Hi all
I created a trigger custom event on the backend and gave it an event name
When I try to trigger that event in the workflow, the event name does not show in the trigger custom event name dropdown.
Any idea what the issue could be?
Hi all
I created a trigger custom event on the backend and gave it an event name
When I try to trigger that event in the workflow, the event name does not show in the trigger custom event name dropdown.
Any idea what the issue could be?
For backend workflow you will need to use the option “Schedule a backend workflow” (I think this is the name). Then the event should show up…
Thanks but it also does not show up because it is a backened “trigger custom event” and not an API workflow
And if you call a backend workflow that calls the backend event? just thinking…
lol I have no idea how to do that
Try this…
Tell me if worked!
I followed these exact steps but when I create the “trigger custom event” for the new backend workflow, I encounter the same issue, the backend event name does not show in the dropdown menu.
Thanks for your patience.
Ok I replicated what you did and achieved the same result. I figured out now the source of the confusion: What I am trying to trigger is not a custom event, but rather a “database trigger event”. (I still am unable to trigger it)
No problem dude!
So, the “database trigger event” runs automatically every time your database changes.
It is not “triggerable” manually…
Check here:
Just to clarify, what you are trying to do with this trigger?
aha, let me give this a read then, thanks
I am trying to create it that whenever a new thing is created (job order), a new unique ID is created. I am doing this by following the following instructions and images from another thread:
Blockquote in summary the solution is:
Lets say you want unique, sequential order numbers that increment by 1
That’s it!
Blockquote
This topic was automatically closed after 70 days. New replies are no longer allowed.