Hi everybody,
As I am working on a german system screenshots will display german, but I will translate as good as I can.
I have a flow which has to be "activated" by setting an specific field, which is a dropdown, to a value different from it's inital value. Therefore I trigger with an "If Item is created", then I have a do until loop set to check for the field value with "Get Item" inside the loop:
The code of do until is @equals(body('Element_abrufen')?['Status']?['Value'], 'Anforderung Abgesendet')
It translates as unable to process template language expression in Aktion "Warten_auf_Absendung_durch_Ersteller" in line "1" and column "2033" : the template "equals(body('Element_abrufen')?['Status']?['Value'], 'Anforderung Abgesendet')" can't be evaluated because the property "Value" cannot be chosen. A selection of properties is not supported for "Integer" values. For further information...
So I don't know what to get from that error. If I am correct it tells me, my dropdown "status" (which contains just two string-entries and is displayed to users as "Anforderungsstatus" as seen in the first picture) suddenly is adressed as an int? I don't see how that is even possible, and oddly it works just fine on many other tries.
If anyone has an idea how to solve this I would really appreciate it.
If there are any questions or problems with my translation please don't hesitate to ask.
Thanks,
Kattschka