I need some help with web_reg_save_param.
I have a request being called 10 times after each other, with ten times another response. I would like to make a FOR loop where I save a part of the response with web_reg_save_param. In the 11th request I have to do a POST call with all the ten responses after each other.
How to approach this?
Thanks in advance.
Amit