How to clear data in a scenario?

Hi,

I am trying to set up a chatbot with chatbase and Manychat for my FB page.
Each time I RUN my scenario for a test, my Manychat Watch incoming data seems to get old values. So I searched here in the forum. Experts speak about clearing the data, but no one explains how to clear data? There isn’t any button to clear Data. Does anyone already face this issue?

Kind regards

Please export the entire output of the module so we can help further.

Thanks for your help. Here you are :
blueprint (2).json (35.9 KB)

Sorry @Gauthier1.

Please send over the output of manychat module after you run it. That will help us see what is happening. Thanks! :slight_smile:

Thank you.
Here is the “output” of the first Manychat module “Watch incoming data”:

[
    {
        "subscriber": {
            "key": "user:7573105976148060",
            "id": "7573105976148060",
            "page_id": "188955897644491",
            "user_refs": [],
            "status": "active",
            "first_name": "Nino",
            "last_name": "Brown",
            "name": "Nino Brown",
            "gender": "male",
            "profile_pic": "https://manychat.com/ava/1476705/7573105976148060/4b774f390d449f42d7bfa8b49999a556",
            "locale": "fr_FR",
            "language": "French",
            "timezone": "UTC+02",
            "live_chat_url": "https://manychat.com/fb1476705/chat/7573105976148060",
            "last_input_text": "123",
            "optin_phone": false,
            "phone": null,
            "optin_email": false,
            "email": null,
            "subscribed": "2024-06-28T10:56:43+02:00",
            "last_interaction": "2024-07-02T18:34:30+02:00",
            "ig_last_interaction": null,
            "last_seen": "2024-07-02T17:38:45+02:00",
            "ig_last_seen": null,
            "is_followup_enabled": true,
            "ig_username": null,
            "ig_id": null,
            "whatsapp_phone": null,
            "optin_whatsapp": false,
            "phone_country_code": null,
            "last_growth_tool": null,
            "custom_fields": {
                "question": "Hi",
                "chatbase - Answer": "Bien sûr, comment puis-je vous aider aujourd'hui ? Avez-vous une question spécifique sur les produits, services ou formations disponibles sur le site GauthierButtez.com ? Je suis là pour vous assister ! 😊\n\nN'hésitez pas à me donner plus de détails pour que je puisse mieux répondre à votre demande.",
                "chatbase_conversation_id": "toString(1719924243 )"
            }
        },
        "bot_fields": []
    }
]

Here is the input for this module:

[]

As you can see this Manychat module doesn’t get the new data (it is empty). So obviously the module is playing with previous data. I don’t understand how when INCOMING “Empty” data, it created an OUTPUT with data?

I also added some screenshots of my Make webhook (for Manychat) and my Manychat Automation (when FB users send direct messages, Manychat sends data to Make with this webhook.