I'm a novice outsystems student
I set up a query for an entity and now I want to write the result of that query to another entity, all at the same time. But I'm only managing to record the first register. How can I do this process.
Hi,
If I got your question correctly, you want to save to 2 different entity at the same time. You can achieve this by calling 2 save action from each entity to your action.
Thanks for the answer. but that's not it. I want to make a query on the first entity and copy the result on the second, but all the result at once.
Hi Marcelo Paes
Launch a process to create a records on another entity. and refer outsystems BTP documentaion for better result.
Thanks,
Ravi
Hi @Marcelo Paes,
I have Attached Oml Please Check it.
Regards,
Shivam