I encountered an error while trying to call my flow through HTTP and I am unsure how to resolve it. Any assistance would be appreciated.
I encountered an error while trying to call my flow through HTTP and I am unsure how to resolve it. Any assistance would be appreciated.
Hi , @usaman45
Can you test your api in PostMan if it can call successfully:
Postman API Platform | Sign Up for Free
Best Regards,
Yueyun Zhang
I tried added but I check the URL and it already has the value:
https://xxxxxxxxxxx/triggers/manual/paths/invoke?api-version=2016-06-01?api-version=v1
So, after I added it still not working:
Hi , @usaman45
Can you try to move the "api-version" to your url?
https://xxx....xxxxx?api-version=v1
Best Regards,
Yueyun Zhang