Right now, I have an event in the front end that is a “Schedule API workflow on a list” and it calls a backend api workflow called “create_planet_prompts”.
Is there a way for me to have the front-end event call a front-end custom workflow? Right now I can’t access the one I want “create planet prompts New Index”. Am I only able to call this on backend workflows?
Thank you, but I’m an idiot. I meant that the event in question is actually in the front end. In stead of calling a backend workflow, I want i to call a custom front end workflow.
So, 1) can I do that, and 2) is it even a good idea. I figured it would be faster for the user. Is that correct?