I have a sequential approval flow manually triggered from a file in Sharepoint that prompts users for email addresses and accepts multiple email addresses per field separated by a semicolon. I need to pull JobTitle and Department for each email, and include that information in a summary table at the end. I am struggling with storing the details and using them later. Here is what I have so far:
After I initialize an empty array variable, I am splitting and appending the email addresses to the array:
Variable Creation & Profile Lookup
Then, I am trying to create a table to include an email with a summary of displayName, jobTitle, and department from the array varible I created earlier after the Get User Profile (V2). What am I doing wrong?
Table creation for email.
We can start with the Append to Array variable action.
The above text used as an expression will not work. The expression needs to be entered in the expressions editor for it to be evaluated and executed, as the example below shows:
The split function will return a collection or array of values as the example below illustrates:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
User | Count |
---|---|
33 | |
32 | |
23 | |
22 | |
19 |
User | Count |
---|---|
58 | |
55 | |
41 | |
37 | |
28 |