Bonjour,
Je vous remercie pour vos réponses.
Toutefois, j’ai bâti le flux suivant, mais je rencontre des difficultés pour filtrer les lignes qui affichent la date du jour.
Expression à l’étape “Filtrer lignes par date”
<div>
<div>or(
and(
not(empty(item()?[‘EVAL_x002e_420H’])),
isNumeric(item()?[‘EVAL_x002e_420H’]),
equals(
formatDateTime(addDays(‘1899-12-30’, int(item()?[‘EVAL_x002e_420H’])), ‘yyyy-MM-dd’),
formatDateTime(utcNow(), ‘yyyy-MM-dd’)
)
),
and(
not(empty(item()?[‘EVAL_x002e_840H’])),
isNumeric(item()?[‘EVAL_x002e_840H’]),
equals(
formatDateTime(addDays(‘1899-12-30’, int(item()?[‘EVAL_x002e_840H’])), ‘yyyy-MM-dd’),
formatDateTime(utcNow(), ‘yyyy-MM-dd’)
)
)
)</div>
</div>
Message d’erreur :
InvalidTemplate
<div>The execution of template action ‘Filtrer_Colonnes_420h_et_840h_par_date’ failed: The evaluation of ‘query’ action ‘where’ expression ‘@or( and( not(empty(item()?[‘EVAL_x002e_420H’])), isNumeric(item()?[‘EVAL_x002e_420H’]), equals( formatDateTime(addDays(‘1899-12-30’, int(item()?[‘EVAL_x002e_420H’])), ‘yyyy-MM-dd’), formatDateTime(utcNow(), ‘yyyy-MM-dd’) ) ), and( not(empty(item()?[‘EVAL_x002e_840H’])), isNumeric(item()?[‘EVAL_x002e_840H’]), equals( formatDateTime(addDays(‘1899-12-30’, int(item()?[‘EVAL_x002e_840H’])), ‘yyyy-MM-dd’), formatDateTime(utcNow(), ‘yyyy-MM-dd’) ) ) )’ failed: ‘The template function ‘isNumeric’ is not defined or not valid.’.</div>
<div> </div>
<div> </div>
<div></div>
<div></div>
-
Cette réponse a été modifiée Il y a 1 mois par Mous.