Hello,
I have a select field that is obtained from this query:
Select id, description from cars
I would like to be able to collect the description in a variable
It’s possible?
Hello,
I have a select field that is obtained from this query:
Select id, description from cars
I would like to be able to collect the description in a variable
It’s possible?
use in OnLoad
check for record and then store the value in a var like $result. see the macros for an examples