I need a dynamic key
in a data detail as my Server Connect is pulling data from different tables, each with different primary key names (RecordId, ContactId, etc).
Should this be possible?
I need a dynamic key
in a data detail as my Server Connect is pulling data from different tables, each with different primary key names (RecordId, ContactId, etc).
Should this be possible?
Difficult to comment on so little detail could you alias the query outputs to match with an aditional flag indicating the table source?
Thanks @Hyperbytes. I think this may need an answer from the Wappler team. The image above shows two keys with an OR. This is not working, so I'm trying to determine if this is a bug or if it's not possible in the data detail in its current state. It seems odd that it has an expression editor if it can only take a static value.
In hindsight, I should have used a common primary key name for all tables.
Thats why i suggested aliasing one in the query to the same name as the other.
I would very suprised if the key could be an expression like you have tried.