I have a scenario where I am doing a two-step manual process currently:
Step1: Using a Text Input (URL1) and Download tool to generate a validation Key (after authentication)
Step2: using the Text input (URL2)+Passing the Key generated in step 1(manually) and Download tool to get the required data
I need a solution to do these steps automatically, for that I need to pass the Key generated in step 1 to the download tool dynamically. Can any expert please help achieve this?