Hello,
I have 2 questions about the feature IfError():
1st one: can you confirm that, even it's still an experimental feature, IfError() won't be deprecated in the future, but it's still an experimental feature as you are working on its improvement?
2nd one: I try to implement it when inserting/updating a Sharepoint list with Patch().
I tried to test it by Patching a new item with one required field empty, but it failed:
the IfError() doesn't work and the item is registered in the list with the mandatory field empty.
Is there any additional configuration we must do on the Sharepoint list?
The code is basic:
IfError(Patch(table1,Defaults(table1),{....})
, [...sending email with error detail...]
)
Many thanks in advance for your help,