I have a group of 3 cranes which are referenced as a group in a process flow Resource.
When I acquire this resource I need to specify which of the 3 cranes I need based on a previously written token label called crane. The crane names match the label token.crane
So my question is how to correctly write the SQL Query ?
Something like :
Where CraneName = token.crane
Where resource.Name = token.crane
Where Name = token.crane