Hi everyone,
I have a relationship and when i select an user from the popup I have to select a relate field. Well, I want to pass the value from this relate field and add it to the database where I create a field.
How can I retrieve this value and put it in an INSERT statement?
Thank you
I am not sure I understand what youβre trying to do, sorry
Couldnβt you do this from a logic hook? Say, when a Record is saving, or when a relationship is saving, have some PHP to fetch the relate field and do something extra to the database?