I have a working Flow, triggered when a SP list item is updated. It checks if status field value is = "completed" and if yes, sets the status to "pending tracker update" and sends a notification email to the person who tracks completion of items.
Once the tracker is updated (manually, automation of this step is not straightforward for several reasons), the person sets the status to "tracked" and provides a tracking ID.
So far so good, but now I want to notify the original submitter (not the "Created by", but the "Modified by" who set the status to "completed", unlikely the same person). I've added a column to the SP list called "Submitter" and wanted to populate it with the "Modified by" email address at the same time I update the status to "pending tracker update".
I tried with a person field and with a single line of text field in the SP list, but to no avail. I either only get a field Submitter Claims with no dynamic content available (person) or an error that the email attribute is not possible with data of type string.
I tried with the Compose action but couldn't figure it out. Any help is highly appreciated!