I have a question, If I want to create a thing via a Api workflow and return it’s ID to frontend, can I use the App connector plugin ?
I saw some videos and I think it’s not actually ment to be used for, but ppl still use it by connecting their own app to itself.
Also does the action “Run [back-end wf name]” in the front end workflow actually waits for the response before starting the next step in frontend workflow ?
Yes, if your endpoint return data, your workflow will wait the return to continue. But the user can close the browser anyway… And your workflow will stop in the midle
I don’t know for sure what you are trying to do, but the only way to build a reliable workflow that will never be stoped by the user is trowing everything to backend…
Ok, as I am requesting data, I assume I should “Use as DATA” ?
Also, there is a problem with recognising option sets, I get this error : “Error connecting to a Bubble app: Invalid data for key …”
I saw a post about this, but I couldn’t understand how to fix this, they said we need to download the app JSON and manually find the underlaying ID of the optionset ?? How do you achieve that ?