I have created a flow to identify which files in a sharepoint library require review. Each file has a nominated reviewer.
So it gets the file properties for files that meet a number of filter queries. It pulls out the email addresses, uses a variable to take out the duplicated email addresses, creates a HTML table and sends one email to each reviewer listing all the relevant files they need to review.
What I would like to do, is add an additional field to the HTML table to create a Review Deadline date based on today's date + 4 weeks (I know the basic expression for this). This date would then be included in the email and I will add an extra step to update the file properties in sharepoint with that date.
What I am struggling with is where to add it in the flow i.e. is it another variable, is there a way to add it directly into the HTML table etc....


