user Upsert multiple records in sub-form repeater field.
Problem statement.
Ex. I have a company form and have subforms to add multiple employees. Like vice, I have the table with the relation. Like each employee have company id.
I want to save multiple employee records by upsert multiple records activities after form submission.
I don't want to use drag and drop activity to map filed with entity element.
How can I POST all fields value to upsert multiple records after a click on form submit?
Is there any other way to do this without ( drop activity to map filed )?
Can you please share some reference links or video URL to help me out?
-
Hi Rakesh,
On submit you don't need anything to handle. All data in subforms is saved in subforms (repeating nodes in xml). Aftre the form you will need to initiate loop to loop throw subform(s). See https://documentation.agilepoint.com/00/appbuilder/cloudenvInstructionsConfigureLoop.html for configuration.
Regards,
Alexey
请先登录再写评论。
评论
3 条评论