Hello again,
Here is the complete code but only the submit who causes problems.... Please help me if you can, thanks ^^
@WarrenBelz @Amik @iAm_ManCat @mmbr1606 @Gochix (this is a very urgent matter, I'll very highly appreciate your help!)
Set(
vLoader,
true
);
If(
SubmitForm(FormCreatey_1) && CountRows(productsV2_1.outputSelected) > 1,
Set(
LastCreatedByUserID,
Last(
Filter(
'My Table',
'Created By'.'Primary Email' = User().Email
)
).'My Table'
);
If(
'[33]WF-Creation'.Run(
Concat(
productsV2_1.outputSelected,
Code,
","
),
LastCreatedByUserID
),
Notify(
CountRows(productsV2_1.outputSelected) & " Items were created successfully! You'll be redirected.",
NotificationType.Success
);
ResetForm(FormCreatey_1);
Navigate(Screen2);
,
Notify(
CountRows(productsV2_1.outputSelected) & " Some items were not created.... Error occured.",
NotificationType.Error
)
),
Notify(
CountRows(productsV2_1.outputSelected) & " Items were not created.... Error occured.",
NotificationType.Error
)
);
Set(
vLoader,
false
);