Hey there! I’m having a problem with filters in my flow. For some reason the 4th rule in a filter isn’t reading the correct reference. Where my filter value is {{get_appointment_by_id.data__forms__0__values__0__value}} the logs in interactions says it says {{5922f1b415d1d9000cf889c9.data__forms__0__values__0__value}} which isn’t correct and its not reading the data thus my flow isn’t passing the filter.
{{get_appointment_by_id.data__forms__0__values__0__value}} actually says “Completed” and in my other code it displays correctly but it all the filters it does not. I thought it was a problem with the get appointment by id step but then I realized when my filters are in a different order its doing the same thing. So {{get_all_attributes.attributes__Paid}} is displaying {{5adfb21f54c95e5fbcaf0ab7.attributes__Paid}}.
Ive narrowed it down to the fact it doesn’t matter where the data is coming from the 4th rule of every filter isn’t reading data properly. Ive tried re entering it and everything else I could do. It seems like I had this problem once and I renamed the step in the flow but if I did that in this one I would have to redo every reference through a vast number of data entries, it would be a major undertaking.
Please help! Thanks, JD