Hello Bubble Community,
I have a following use case:
I can expose a public Workflow API called “get-availabilities” that has an action “Return data from API” it is a JSON response that in bubble root URL format is accessed on the following Workflow API root URL + workflow api name
https://mybackendapp.io/version-test/api/1.1/wf/get-availabilities
but I have to add a path segment /1/ like following:
https://mybackendapp.io/version-test/api/1.1/wf/1/get-availabilities
renaming the api workflow to “1/get-availabilities” is not possible since "/"is not allowed
Anyone has any idea how to do insert or redirect to that specific target URL where the Workflow API response action is initiated?