Hi,
This field is required by a public API endpoint in my app:
So I have to pass one of this option set values:
How can I pass that value from an external api to my app? In my case, I will do a post to this endpoint, using Xano. How should I write it in the post request?
The only thing that comes to my mind is to include the following in the post:
"Queued workflo...": "option set value display"
Any help would be appreciated! Thanks