Hi,
Am using For all and Patch to create a new records on select of multiselect option and it is creating same record multiple times but not other selected records.
Below is code:
ForAll(Teams,
Patch(Tasks, Defaults(Tasks),
{Loop: true,
Subject: Substitute(Review.Selected.'Team Name'," test Team",""),
'Status Reason':' Status Reason (Tasks)'.'In Progress',
'Actual Start Date': Now()}));
ClearCollect(Teams, Review.SelectedItems)
Could you please some one help me out here as I don't know am doing wrong.
Regards,
Vishwa