
Announcements
I'm trying to create a response tracking system with Flow for our non-profit. We have a Flow that's triggered when an O365 e-mail account receives a Gravity Forms e-mail notification that contains a spcific Subject tag. The Flow creates a task on a Wunderlist. This works flawlessly. When an e-mail response is sent to that Gravity Forms e-mail notification, we seek to have a Flow on same e-mail account find the task that was created on the Wunderlist and mark it complete. The difficulty here is, I so not see a was to match the e-mail response subject line with the same that the task name. It seems Flow can look up a task ID, but I cannot find documentation on how to accomplish this. So for example, if a Task has [#2345] in the name, how can I read that string from the email subject, find the task mathing that string in the task name, then mark it complete?
Hi John,
If, for example, [#2345] is in every task name that you need to mark as complete, then I think you can use the condition "Subject contains [#2345]" and then add the action to mark it complete. If [#2345] is just an example and every subject has a different string, then I think this cannot be achieved so far.
Regards,
Mona