I used this formula. and it did work. but it does record each one of them individually. is it possible to collect all of them in one record when updated?
Patch('Onboarding Work Tracker',ThisItem,{'1-E2 account update':Value(Value(DataCardValue9.Value))});Patch('Onboarding Work Tracker',ThisItem,{'2-OS/FLM-IT Attribute added in SWB':Value(Value(DataCardValue10.Value))});Patch('Onboarding Work Tracker',ThisItem,{'3-TMC-IT Staffing Category updated in SWB':Value(Value(DataCardValue16.Value))});Patch('Onboarding Work Tracker',ThisItem,{'4-Supervisor added in SWB':Value(Value(DataCardValue13.Value))});Patch('Onboarding Work Tracker',ThisItem,{'5-Request laptop for new OS':Value(Value(DataCardValue11.Value))});Patch('Onboarding Work Tracker',ThisItem,{'6-Training start date in SWB for trainees':Value(Value(DataCardValue18.Value))});Patch('Onboarding Work Tracker',ThisItem,{'7-Notify Training SSPs of new AG/CPCIT/PE':Value(Value(DataCardValue17.Value))});Patch('Onboarding Work Tracker',ThisItem,{'8-Timecard first PP':Value(Value(DataCardValue19.Value))});
Looking for any help please.
Thanks