How to Use Request Transformation Option for ADP
Summary:
We are using Combo box to Store the LOV Values of Employee Number.
This Employe Number is based on Variable SelectEmployeeNumber
The Table Data is based on ADP
requesttransformationoption below is not working
"criteria": [
{
"op": "$eq",
"attribute": "EMPLOYEE_NNUMBER",
"value": "{{ $variables.SelectedEmployeeNumber }}"
}
How to us the Filter Criteria in ADP for the above .
Please advise
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0