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)
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.