Hi,
In my form app form_id_cards, I put the following in WHERE field of SQL:
owner = ‘[name_of_owner]’
Then in my grid app grid_employees, I have the following fields/columns:
id, name, date_hired, id_card_details, …
I created a field link in the grip_employees to the form_id_cards:
in field id_card_details, the global variable: name_of_owner gets the data from the field: name
>> [name_of_owner] = {name}
It was working before the update recent SC update but not anymore after update.