Hi I have created a Flow that creates a record for a custom entity which works fine. I now want to assign this record to a team called 'Bidding Team'. The Bidding Team contains 5 users in the environment. How can I achieve this?
Solved! Go to Solution.
Hi @AlvinH
On the Create Action of your custom entity set the owner as below where guid is your team GUID
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
To get you team id dynamically using List Records as below:
Then initialize a variable and set it from the Expression pane as below
first(outputs('List_Records')?['body/value'])['teamid']
And then use the Variable on the created record as below:
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
Hi @AlvinH
On the Create Action of your custom entity set the owner as below where guid is your team GUID
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
To get you team id dynamically using List Records as below:
Then initialize a variable and set it from the Expression pane as below
first(outputs('List_Records')?['body/value'])['teamid']
And then use the Variable on the created record as below:
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
37 | |
36 | |
35 | |
28 |
User | Count |
---|---|
39 | |
39 | |
34 | |
30 | |
23 |