Hi! I have a table of events with different states. The event state is a foreing key from the table “eventStates” and I match them by there eventStateID, wich is a number value.
I want to create a list of events with specific states, so i created a Repeating group of events, but i’m having trouble to indicate the constraint “eventState = Some number”
wich option should i use to indicate a number to match the eventStateID?
The documentation I found specifies in text constraints, but it wasn’t helpful.
Thanks!