I am using a Custom list connected to a Data Entity table Approver Tree as the Source, but for one of the labels in the Custom List I am doing a Lookup to another Data entity Table using the Key from the Approver Data Entity. But this fails with the error : Unexpected character encountered while parsing value: {. Path ‘filterGroup.queryFilters[0].value’, line 1, position 226.
Appreciate guidance on this.
Can you debug one by one and see if value is coming into your filters?
Thanks,
AK
I replaced ApprovalsTree.UserKey with a hardcoded value and it worked.
I also tried setting the ApprovalsTree.UserKey to a label in the custom list and used that in the Lookup, it only shows for one row and fails for the rest.
I re-entered the user key manually in the Users and ApprovalTree Data Entity to ensure there are no special characters to no avail.
This is with a hardcoded user key to display the user name, the ApprovalsTreed Data Entity does not have the User Name but only the User Key.
Can you set the user key into some label or parameter and see if value is coming then only filter it.
Looks like User key is Blank for your case.
Thanks,
AK