Hi @tricia_toh ,
Do you want to copy some existing data to a form and submit the form?
Could you tell me:
1)whether where the data is and where do you want to save data is the same data source?
2)do you want to create multiple items one time? However, one form could only display/edit/create one item in one time.
3)the fields data type?
Actually, I think your demands is not very clear.
Could you describe more clearly?
I assume that you want to use an item in listA loading in the form for listB and you want to create a new item in listB.
Date type are exactly the same in listA and listB.
If so, you could set like this:
1)the form's data source: listA
Item: the item that you want to display
2)formula to update:
Patch(listB,Defaults(listB),{field1:datacard1.Update,field2:datacard2.Update,field3:datacard3.Update,field4:datacard4.Update
})
Best regards,