Hi All, I am using UiPath studio 2022.10 version in that i am using http requests activity nearly 18 requests for communicating to Rest API being done however currently i am using if condition to show which one is failed which is successful for that 18 times mesage box appears anything we can show overall final summary at last which one is sucessful which is not successful which activity we should use?
Try adding all the output of the requests to a datatable and write it in an excel so that all the details will be available in the file.
Hi @Sathish_Ashokan ,
Use one ezxel to store all ur apis and pass the apis in loop one after another if the result code is 200 write back the result as pass in new column of other than 200 mark it as failed
Regards
AutomationXbyKiran
You can also check by appending the results of each api to a string variable and print it at the end