Property |
Required |
Type |
Description |
Team |
yes |
String |
Name, Id or email of the team should be specified |
Modern Forms |
List Actions |
Scheduled/Triggered Actions |
- |
- |
✓ |
Output Parameter |
Type |
Description |
TeamID |
String |
Returns the Id of the team as output parameter and can be used in subsequent actions. |
Members |
Array of objects |
Returns array of objects with retrieved members |
To use this output and set the value to the text field open Expression builder and use Assignment expression:
[[@Actions.Get_team_members.Members]][0].Email
This expression will return the Email property of the first object.