Outlook activity config expression

Hi All, i am new to UiPath studio and trying to create a workflow, the workflow should read the config file and pass the words.eg: i am trying to read email subject which contains words such as “important”, “Activity”, “review”, .the words should be in config file and the bot should read the mails biweekly(14) days. The date also has to be written in config file. So should i create multiple arguments for it and for what expression can be used to pull the date.

Hey,
yes keep the words in config in one row delimited by comma.
get those words in workflow and split them using comma and check the subject line using string.contains method or regex expression

to read the emails bi-weekly create a trigger that runs every 14 days .

hope this helps