Hello, im receiving email body with a ton of links, so i rather search for a specific link using part of the link, is this possible? since the body is been saved as HTML its getting alot of links.
Create a resource called “Take from file.”
In “write” mode, click on the “set variable” action. Insert your resource into it, for example, {{links_data|notreuse}}, and you will receive your links in the variable.
Export your spreadsheet as csv file, than import it to BAS as a resource and set it to use each line 1 time (it is default setting I think). That way each thread would take new line from your csv file in run mode or as compiled bot.