Hello,
I'm working on a fairly simple approval workflow that will kick off when an item is created in a SharePoint list.
When the item is created, I'll add a "Send email with options" action, but I need to populate the email body with information from another list. They is a unique ID that is the same in both lists for the item I'm trying to fill in the email body with.
Is there a way to do a lookup in Flow or would I be better off simply writing to the initial list in the workflow all of the data I need to access?