You are currently viewing In Evolve, what is the accurate syntax to utilize in the Query Control for retrieving data from a Reference Data List?

In Evolve, what is the accurate syntax to utilize in the Query Control for retrieving data from a Reference Data List?

Description:

I’m trying to use a query in a form solution to retrieve data from an RDL. When I’m using a direct value it works properly, but when I’m trying to use a field value it does not return anything. Am I missing something?

Example:
[colEmail ]=’XYZ@gmail.com‘ – this works
[colEmail]=[/my:myFields/my:userEmail] – this doesn’t work

Works with 12x;20x

Solution:

The correct syntax to be used is  [column_name]='[form field xpath]’

 

For the rest of the syntax see article below.

 

https://help.precisely.com/r/Automate-Evolve/20.3/en-US/Automate-Evolve-User-Guide/Solution-Developer-Help/Form-Elements

 

Leave a Reply