Forum Discussion
Jason Barnes
Jan 25, 2019Brass Contributor
Update list when Send email with options sends successfully
From the docs, the "Send email with options" action sends an email with multiple options and waits for the recipient to respond back with one of the options. I'm trying to log the sending action by u...
Matt Weston
Jan 28, 2019Iron Contributor
Hi Jason Barnes you could consider a parallel action which runs at the same time as the send email (see screenshot). So run the first update to the list item which runs concurrently with the sending of the email, and then update based on the response once the email button is clicked by the user.
Jason Barnes
Jan 28, 2019Brass Contributor
The problem with that approach is it doesn't actually tell me if the email was successfully sent. It only tells me when the flow ran. So one branch, the update, could be successful, but the other branch, which sends the email, might not be successful.