Hi Tulip Community!
I am pretty new to Tulip and diving head first into this, so I’m sorry if I ask some really obvious questions. I’ve been searching the KB and this forum to get up to speed, but I am still struggling.
First, the actual question.
I am trying to make a trigger so that
- When a user clicks a row in a grid in an app
- Store a field from that row in a variable
- Look up the field in a Tulip Table (FirstOrDefault kind of thing)
- Return that value in a variable
How do I do that? Can I query a Tulip Table with a where clause or something? I know the table in question will return multiple rows but I just want one value. They should all be the same value, so the first one is just fine.
I think something like this?
Where 'My String'
is some useful code.
And then my first really newbie question: These expressions - what language/syntax is this?
Oh, and by way of introduction, I work with @MikeRousch.