Run workflow when input is clicked or focused

Hey @philipp.ko :slight_smile: I think you could achieve this using three elements:

  1. Input
  2. Hidden Button (that’s transparent and not visible on page load, anywhere on the page)
  3. Group (the editor element, not visible on page load)

Then you could place a conditional statement on the Hidden Button which is “When Input A is focused” --> This element is visible. In the workflow you could have a “Do When Condition is True” event. “When Button is visible (every time)” --> “Show Group”. The User could then use the Editor, and manually close it using an X icon. Or, you could create other conditional statements/“Do When Condition is True” events that would hide that group once a different input is focused, for example.

7 Likes