Hi all,
I was watching this video from Reza (https://www.youtube.com/watch?v=8I0Pt_8I6k8) but wondering if the same is possible with a document library as the source rather than a list or table?
When I am at the save edit part, my patch command is complaining about the data type (Invalid argument type (Table). Expecting a record value instead).
If(
CountRows(colTaskUpdates) > 0,
Patch(
'Processes',
colTaskUpdates
);
Notify(
"Success",
NotificationType.Success
)
);
Clear(colTaskUpdates);
Is it possible to have this functionality for a document library?

I am looking to manipulate the Status & Owner columns
Thanks,
David