We need a way to set recipe variables based on the user running it. But we need ability to do this based on the ORG or Team they belong to that has granted them access.
Let's add a new system variable that can be used by Recipes.
proposing we call this the user_permission_team, but open to a better name (@thomasstvr ).
- the value should be the string name (not some id)
- it should follow our hierarchy logic so that the ORG / TEAM that gives them the highest access is returned
We need a way to set recipe variables based on the user running it. But we need ability to do this based on the ORG or Team they belong to that has granted them access.
Let's add a new system variable that can be used by Recipes.
proposing we call this the user_permission_team, but open to a better name (@thomasstvr ).