Hello,
This is my scenario.
Sequence 1: Web recording which is downloading pdf file to sared location.
Sequence 2- Rest service is picking up the file posting to document repository.
Question: I want to save pdf file with a unique name( person name_account no_ddmmyyy).
Pass the name to my rest service.
My rest service is a HTTP request- where the endpoint is appended with the entire query string which includes file name, account no etc)