Hello Everyone,
I see the following error when trying to retrieve a specific column.
"Error when trying to retrieve data from network: Sql error: Generic SQL error.CRM ErrorCode: -2147204784 Sql ErrorCode: -2146232060 Sql Number: 207"
Never seen this error before and I'm not using any sql connections. I'm using data verse as backend and nothing else. Tried the below code to load a specific record from table
Set(VarRec, LookUp(TableName,ID = "5")) and when I see the global variable I see only unique id of the list and ID of the request. Sometimes I see "?" question mark instead of data.
Can anyone please help? Thank you so much in advance!