In the API section I created a custom event with some workflow things…
On a button action I want to create a ‘trigger a worksflow’ thing, but…
I can not select ANY custom event. the ‘list’ is empty.
Hi @lakeman, custom events in the API section can only be triggered by an API workflow. To trigger a custom event from a Button click the custom event will have to be created in the page workflows.
To trigger an API workflow from a button you will have to create an endpoint in the API workflows and then you can Schedule an API Workflow from your button click.