Getting email addresses from SharePoint group members - getting error
There's a nice article: How to get email addresses from SharePoint group members – skybow Portal
but I'm getting an error at setting the variable in a scheduled action:
-
Hi Dale
It sounds like you have named the HTTP Request action different than in the sample which output is referenced in subsequent actions: [[@Actions.Send_HTTP_request_to_get_users_from_group.ResponseBody]] is an output from Send HTTP request action with user emails.
Go into the "Set variable..." action and replace in the second line the action output placeholer with the one from your configured action - easiest in Expression Builder where the placeholder is available to insert directly without writing manually.var response = [[@Actions.Send_HTTP_request_to_get_users_from_group.ResponseBody]];
Let us know if this was the issue
0 -
Yes, that's exactly what I did. I've corrected that and its now working. Thanks so much!
0
Please sign in to leave a comment.
Comments
2 comments