How to provide dynamic values to Json from postman

I want to automate API testing. I have postman collection, now I want that collection 's json body to be filled dynamically like from a csv file. Is there a way to do it?

1 Like

Hey @Priyanka_Sharma2

Build the same request in UiPath with HTTP activity and you can pass the body parameter with dynamic variables.

Thanks
#nK

Can I do something with deserializing the json ?

1 Like

Hey @Priyanka_Sharma2

Just use string concatenation which should help.

Thanks
#nK