hello,
when I try to use lookup function for database data source It's work, but I getting the following formula error:
The requested operation is invalid. Server Reponse: TableName failed: Expression expected at position 34 in ColumnName eq '. inner exception: Expression exception: Expression expected at position 34 in Column name eq '. clientRequestId: 571ab9b3-d6e4-48fc-997b-c6c3c6b3561b
lookup formula that I am using at gallery item level as text in label:
LookUp(TableName, ColumnName = ThisItem.ColumnName).SomeOtherColumnName
do you have any idea what could be a reason for such a error?
Best Regards