I want to use one get API endpoint which has dql query in the endpoint. but its failing in Appian integration and getting result from postman.
1. When I execute Get API endpoint in postman am getting result. but if i do the same in appian Integration am getting error.
what might be the reason? Do integration doesnt support dql query?
Discussion posts and replies are publicly visible
Looks like a typo
Adding dql in query parameter worked,
there was extra space in my query which i was trying to do dynamic so it was not working. when i compared it worked.
Thankyou so much :)