Hello
@Manish Rawat,
After reviewing the Code stage within the
Post action, it seems a single row of the input Collection is by design. What the action is doing is taking multiple column values, from the first and only row, URL encoding them, and then concatenating them together as Post body which are of the form:
Name1=Value1&Name2=Value2&Name3=Value3&....You can read more about Post body parameters
here.
Based on the response code, the request is making it to the server, the server accepts it, but then the server throws an internal error (code 500) while processing the data. So the question is, what does the server expect as far as the data is concerned? It looks like you're trying to retrieve an access token. Does the server expect the supplied data to be URL encoded?
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------