Hi all,
I really need your help in order to setup an automated process through flow. I really think that this could be done through ms flow, but I can’t make it happen so far. As I am not an experienced user any suggestions are welcome and appreciated.
Facts.
I have a xlsx in a OneDrive business account.
[id, date, name, E-mail, Status A, Status B, OneDrive pdf file path, email send datetime]
Status A = Yes/No, Status B = Yes/No
I have a OneDrive folder A, that includes pdf files ready to be email sent. This is the folder that is included @ the OneDrive pdf file @ my xlsx
I have a OneDrive folder B, that includes pdf files that I want files to be moved after the email sent.
Need.
To create a recurrence that,
checks every row in my xlsx and
if [Status A = No] &
[Status B = Yes],
to send an email through an o365 email account @ [E-mail],
to include as an Attachment the file [OneDrive pdf file path],
and after email is sent,
update [Status A = Yes],
update [Status B = No],
move file from [OneDrive folder A] to [OneDrive folder B],
update [email send datetime] = to the actual date time all this has happened.
Thank you in advance for your time & effort over this.