Hi,
We have some object on a form with a referenced object.
For exemple, we have Asset field Object A and Asset field Object B.
Field on object A and B are multiple value field. When we select some value on Object A list, Object B is limited by the selected Object A by an inbound reference.
We would like to create linked request. The linked request are based on the Object A and the list of referenced object B.
For that, I try to create an automation that will create a new request for each Object in A. I do a For AQL based on object A field.
The question is how to put on Object B the list of linked references selected?
Should I do a lookup object and how to have only the one selected on the field with a reference on the other object (used on the for aql)?
Thank you in advance for the help.
Regards,
Mickaël O.
Just I thought that I have, you would need to have the keys of objects B1, 2 and 3 in a variable and use a web request to use the keys to edit the field where objects b need to be stored
You might need to see if this works.
Hi Marc,
Thank you for you feedback. So, if I understand well I will stock the object key in a variable and then do a call api on object based on the attribute to get the object referenced. Is it that?
Thank you for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.