Hi everyone,
I have a subrid with records. I want to select records, and press a button so the records are updated.
This is my code:
Patch('Training Subscriptions';
ForAll(Self.Selected.AllItems;
{
TriggerFlowResult:true;
))
But when I press my button, my records are duplicated instead of updated.
I tried lot of things, but nothing worked, ie : open & refresh component library, inverse Patch & ForAll places...
Any ideas?