Looking to build a TGV for our users that basically looks for certain ItemTypes that they are either a creator, owner, or manager of.
Trouble I'm running into is how to set the initial Query condition?
I tried setting a Where condition of Current = Name, but that didn't work. Do get results expected when I set a parameter and then execute the query using Name LIKE $first_name...
I will be launching from a method, so I presume that could merge it into the startConditionProviderParam = 'startConditionProvider=ItemDefault({"id":"id"})'; segment, but I was hoping there was a way to do this from the Query itself.
Has anyone done something similar?