How to incremente a variable with a condition?
I already use the module.

The code to test the value and its possible responses.
if(equals(outputs('Obtenir_les_éléments_EvolutionStatutDemande')?['body/value'],'15'),0,1)
The condition doesn't work, but I'don't know why.
I've try with
if(equals(outputs('Obtenir_les_éléments_EvolutionStatutDemande')?['body/value']?['column_name'],'15'),0,1)
I'don't find real documentation on that use.
Thanks