Hi there
I’m new to automation scripting and would appreciate some help
I start my app with a trigger when a record is added to a table.
How can I use (reference) the fields from the trigger record in my script?
Trigger return a record with the name of a city
I want to query another table inside my script and find all the records with that city and then do some other calculations based on the records returned from the query.
Please let me know how to do it, and if possible, where can I get some ‘more advanced’ examples
