I'm encountering an issue with a custom action in FlutterFlow that's designed to extract the greenFlags
list from a JSON object (apiResultb86
). Despite implementing the function, it consistently returns an empty list, indicating that the data isn't being processed as expected.
Upon print to console, I noticed that the apiResultb86
received by the custom action is empty.
However, the previous supabase query row action that populates apiResultb86
works fine and i see the following data in it{ "id": "e53d9d6d-8c82-433c-8927-67a9c75201ab", "created_at": "2025-03-25T22:30:44.637+00:00", "personID": 3, "greenFlags": ["Secure in Themselves", "Emotionally Regulated", "Emotionally Available", "Good Listener"], "redFlags": ["Vague About Life", "Pressures for Intimacy"] }