Hi Abu,
I’m going crazy with this variable. the value {id_targa} in the query comes up empty and obviously empties my dropbox.
If I replace in the query id={id_targa} with id=’242′ that is the value of col[“name”] then everything works regularly.
is not the correct way to pass the variable? am i wrong?
https://gist.github.com/simonegrid/81d929c1c34c36be426a193007ddfedd
1 Answers
Hi,
I regenerated this case locally and the reason is, when you use on load event of the field ‘id_targa’ it is not initialized yet so it’s data is not passed to backend and not replaced in your query.
If you can tell your business scenario then i can suggest some solution.
Your Answer