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)
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
60 | |
51 | |
43 | |
38 |
User | Count |
---|---|
89 | |
81 | |
74 | |
62 | |
44 |