Need help on how do i assign multiple variable to a multiple Bookmark in a text file

Hi All,

I am going through Ui Path tutorial & i am in 11th chapter (i.e., Email Automation). the video shows how to assign one variable to a bookmark (Using string.format method in Assign activity), However i want to assign a 2nd variable to a 2nd bookmark and so on.

Can any you help me on how do i do that, is there any other activity/method to get the desired output OR even better send me solved workflow.

I have attached my workflow if that helps

Regards,
Suhas

Main.xaml (11.3 KB)

Check this link ,

http://www.visual-basic-tutorials.com/beginner/Formatting-Strings.html

@sai.kiran,

Please be informed that I have few bookmarks(which reflects as {0}) in a template text file(which contains static data along with few bookmarks in between) & i want the variables from a scraped pdf to appear in the book marks of that text file.

let me know if you find any solution for it.