Hi,
I am hoping someone can help with the below!
I have a flow whereby I am working through a sharepoint list of contracts which have an expiry date and then potentially one or more internal representatives.
The issue I am having is that when process a particular list item I confirm if an expiring email is required however I want to send this reminder to the internal representative(s). However because this is multi select it is trying to put this into an apply to each which then fails due to a datatype mismatch.
I have tried to resolve this making use of variables and data compose actions but I am hitting an error still, the error I have currently is:
"The 'from' property value in the 'select' action inputs is of type 'Object'. The value must be an array."
Solved! Go to Solution.
You can use a Select action to simplify the "array of objects" to a one-dimensional array of just the email addresses. If I understand what you're trying to do correctly, it's similar to what's demonstrated here: https://youtu.be/fjYNT0EgzAU
You can use a Select action to simplify the "array of objects" to a one-dimensional array of just the email addresses. If I understand what you're trying to do correctly, it's similar to what's demonstrated here: https://youtu.be/fjYNT0EgzAU
User | Count |
---|---|
27 | |
16 | |
14 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
28 | |
24 | |
23 |