Re: Using Excel to Select Who Will Receive An Email Notification
Hi @v-jefferni ,
I am getting this error:
Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code '429'. This may indicate invalid input parameters. Error response: { "status": 429, "message": "Too many requests to Graph API. Please try again later.\r\nclientRequestId: a891371a-ffbe-42d8-8bc1-51b2f443f854\r\nserviceRequestId: d8153e62-18a6-4ca8-be54-1328e28b0b1e", "error": { "message": "Too many requests to Graph API. Please try again later." }, "source": "excelonline-ncus.azconn-ncus-001.p.azurewebsites.net" }'.
After Update task details, I put List rows present in table.
Is there a format of the Excel file I need to follow? I only structured it as:
Name | Email Address

And under Send email notification V3, this is what I have:

Questions:
1. Will this send an email individually without seeing everyone?
2. How do I attach the Uploaded documents? I have varAttachments that I capture from Forms.
3. Can I put the name of the recipient in there to make it more personalized?
4. How can I add the link of the task ID in the email notification so they can go there directly?
Sorry for so many questions!