I populate a dynamic dropdown (dd_field) from database by a first read-data-action.
I want to use the Option Data Value "id" of the dropdown-field in a where-condition of a second read-data-action.
What's the right syntax? id= {data:dd_field} id= {var:dd_field} do not work. With a constant as criteria id=20 ist works.
I want to use the Option Data Value "id" of the dropdown-field in a where-condition of a second read-data-action.
What's the right syntax? id= {data:dd_field} id= {var:dd_field} do not work. With a constant as criteria id=20 ist works.