I am using a backend workflow for some validations before logging in the user. I am calling this backend workflow from API connector.
In live, I have removed version-test from the workflow URL. So does this mean this backend workflow won’t work for me when I am working in version-test OR should I have different backend workflows for live and test.
You can make the portion of your url for where it is live or test dynamic like so. [WebsiteHomeURL]api/1.1/wf/workflowName. Then where you pass it in dynamically just use the “Website Home URL”. This will include the version it is on whether it is test, live or anything else.
In my screenshot example I am passing it in as a variable in the body but for your case it would be a query parameter.