Voici mon erreur : " The execution of Template action 'Filtrer_un_tableau' failed: The evaluation of 'query' action 'where' expression '@and(greaterOrEquals(formatDateTime(item()?['Date'], 'dd/MM/ yyyy'), formatDateTime(addDays(utcNow(), -7), 'dd/MM/yyyy')))' a échoué : 'La fonction de langage de modèle 'formatDateTime' attend que son premier paramètre soit de type chaîne. La valeur fournie est de type 'Null'. Veuillez consulter https://aka.ms/logicexpressions#formatdatetime pour les détails d'utilisation.'."
j'ai juste essayé d'envoyer un mail automatique lorsqu'une liste a été modifiée et j'ai utilisé un filtre juste pour avoir 3 informations sur mon email.
J'ai vérifié le format de la date.
Est-ce que quelqu'un a déjà eu ce problème ?
Solved! Go to Solution.
@Marie-emma Pls try to post your query/issue in English so that other person can also see and help you.
One of the Date value is null that is why you are getting such error. Use condition to filter out blank dates value.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
@Marie-emma Pls try to post your query/issue in English so that other person can also see and help you.
One of the Date value is null that is why you are getting such error. Use condition to filter out blank dates value.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
thank's to your answer ! I will try and see if it works !
User | Count |
---|---|
25 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
50 | |
29 | |
28 | |
25 | |
23 |