Copy triggers from step enter event to widget event

Such a Workaround would be using something like this custom widget for delay…
The delay could also be 1ms (or even 0ms?)

However, this is still a workaround, and you would always need the wise foresight to know what to put in here… So it will only be useful for:

  • you know you want to call one triggerset from a button and step enter
  • you need the actual delay

In my opinion, there is a lot around this topic:

  • enter in a text input is an additional trigger set to maintain, you will additionally need a button
  • calling the same functions from different scenarios (coming from a specific step, manual button, clicking into a table, device input…
  • executing the same from keybord or barcode scanner…
  • resetting variables for multiple use
    -…

all of these could be functions you could store in a step or on app level (local / global) and just call it…

1 Like