I am looking to develop a bot to automate sending LinkedIn inviatations. I have managed to get the script to login to my account, run search parameters, which then returns a list and a number of pages. Can anyone help on how I can get the bot to work down the list, clicking on the send invitation button and when executed the list, select the next page and loop again?
You should probably use a loop on the names in probably a table with for each row activity with a read csv /read range activity.
Then, use a type into activity to print the name there.
Probably give a delay of 30-40 seconds till the profile is loaded using a delay activity.
Later use the click activity to send invite button in the profile.
Please find the workflow, there are still some exceptions that i have to resolve, but you will get it, when you see the workflow. LinkedIn Job Posting.zip (23.0 KB)