Dear experts,
I use the Get user profile action to get the data from the user.
In my compose action i need to store an url and specify the property Email from the Get User Profile action in the url.
https://teams.microsoft.com/api/mt/emea/beta/users/EMAILADRES/profilepicturev2?displayname=EMAILADRES&voidCache=false
How can i do that? How can i concatenate the emailadres in the url?
Gr. P
Solved! Go to Solution.
The "outputs" part needs to be a dynamic input....
You're getting the code for the dynamic content as text...
In a compose action, you really just copy that string and then replace where it says EMAILADRES with the dynamic value. You don't need any expressions or code for that.
I get the expression is invalid:
The "outputs" part needs to be a dynamic input....
You're getting the code for the dynamic content as text...
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |