Hi everyone,
Please see my two screenshots to understand my problem
I have a big flow where I create an item at the finis but I allready have this error (first screenshot)
I don't understand why the item not being created ?
I created a test flow where I do this item creation action, deliberately not putting anything in the date fields and everything works fine.... I don't understand how to solve the problem...
the sharepoint list view :
Thanks in advance for your help or advices !
Thanks a lot
Hi @ProtoSup ,
What dynamic content or expression are you using in date field?
The error show one of runtime is "", I recommend you use if to return null when the runtime equals "".
Please try this on date field:
if(equals(RuntimeValue,'""'),null,RuntimeValue)
Best regards,
Rimmon
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492