How do I put scraped data into the notepad?

I used the Full Text Method.

1 Like

Assign an output variable in the properties pane of the Scrape activity, then create a
‘Attach window’ activity and select the notepad window, then create a ‘Type Into’ activity and enter the variable as the input of the Type Into activity.

I hope this helps. Please clarify I’ve misunderstood your question.

4 Likes

Thanks! It worked

2 Likes

This is helpful for something I am working on, my question is when i created the “Type Into” activity and created my variable, it is entering variable name into notepad instead of my scraped text , how do i fix that?

1 Like

Do you have your variable in quotes like “VariableName” rather than VariableName :stuck_out_tongue_winking_eye:

Yes, I seen my issue…thanks.

How can I do this multiple times to rename multiple files using the scrapped data?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.