When email arrives, auto download the attachment from the email and add item on sharepoint list, also generating a dynamic folder
It then creates a subfolder in the dynamically folder that was generated earlier with a suffix "signed" added (e.g. SQ123 signed).
I need to sign the quotation manually and upload this signed quotation into this subfolder that's generated (e.g. SQ123 signed) and this will prompt the sharepoint list to update the "quotation signed date" to be the time stamp that the file is uploaded to this folder. How do I achieve this?