Hello.
I have to tables in mi database:
MAIN with an ID
MAIN_DETAILS with a forgeing key to MAIN
I have a form to get both table data so I that I want to do is save first details to MAIN table and after save data to MAIN_DETAILS with the fk included.
Please, anyone could help me??
Thanks in advance!
I have to tables in mi database:
MAIN with an ID
MAIN_DETAILS with a forgeing key to MAIN
I have a form to get both table data so I that I want to do is save first details to MAIN table and after save data to MAIN_DETAILS with the fk included.
Please, anyone could help me??
Thanks in advance!
Hello igmz,
Just use 2 "Save data" actions, after the first one the id value should be available under:
You can check the whole list of available variables by using a Debugger
Best regards
Just use 2 "Save data" actions, after the first one the id value should be available under:
{var:save_data_name.id}You can use that in the "Insert data override" of the 2nd "Save data".
You can check the whole list of available variables by using a Debugger
Best regards
This topic is locked and no more replies can be posted.