Variable values go missing
# 🤝help
l
I have two nodes A & B. In Node A the value of the variable is accessible, Node A is connected to Node B and the value of same variable is null there is only a single choice card in between, which is not updating anything to the variable. variable is a user level variable [5067e654d6] [bot-action] [flow:Main] [node:Standard3] [card:Logging the received user order]: Order Received { catalog_id: '1634544780673908', text: '', product_items: [ { product_retailer_id: '1268212450', quantity: 1, item_price: 185, currency: 'INR' } ] } May 30, 2024, 1:18:49 PM [5067e654d6] [dm] : [Capture] Start information capture May 30, 2024, 1:18:49 PM [5067e654d6] [dm] : Sending Message. Type: choice. Text: Are you want to add more items May 30, 2024, 1:18:49 PM [5067e654d6] [dm] : Waiting for user input .... May 30, 2024, 1:18:51 PM [whatsapp] Successfully sent interactive message from bot to Whatsapp: Interactive { action: ActionButtons { buttons: [ [Button], [Button] ] }, type: 'button', body: Body { text: 'Are you want to add more items' }, header: undefined, footer: undefined } .... [whatsapp] Received button reply from Whatsapp: { id: 'Proceed to Pay', title: 'Proceed to Pay' } .... [73efbb2ebb] [dm] : [Capture] Field validation successful! Extracted: "Proceed to Pay". Input: Proceed to Pay May 30, 2024, 1:18:56 PM [73efbb2ebb] [dm] : [Capture] Prompt success May 30, 2024, 1:18:56 PM [73efbb2ebb] [dm] : Transition from (flow:Main) [node:Standard3] to [node:Standard15] May 30, 2024, 1:18:56 PM [73efbb2ebb] [bot-action] [flow:Main] [node:Standard15] [card:Logging the received user order]: Execute code "Logging the received user order" May 30, 2024, 1:18:56 PM [73efbb2ebb] [bot-action] [flow:Main] [node:Standard15] [card:Logging the received user order]: Order Received {} May 30, 2024, 1:18:56 PM [73efbb2ebb] [dm] : Sending Message. Type: text. Text: Order is {} May 30, 2024, 1:18:58 PM [whatsapp] Successfully sent text message from bot to Whatsapp: Text { body: 'Order is {} ', preview_url: undefined } As you can see, [5067e654d6] [bot-action] [flow:Main] [node:Standard3] [card:Logging the received user order]: Order Received { catalog_id: '1634544780673908'... the value is present However when it Transition from (flow:Main) [node:Standard3] to [node:Standard15] Order Received {} is empty I have disabled all agents and this is simple workflow. https://cdn.discordapp.com/attachments/1245646990688124998/1245646990931656746/image.png?ex=665982a9&is=66583129&hm=7f2c1dd5e32d5615edce3091fa33194bac3fc4e84024943865d98e76070377cd&
report_01HZ486WXVSN5M7PEAY8B73E5Q
@User please check this is urgent and I have never seen this behaviour
f
Can you export your bot to me?
l
Sure
We were able to make it work by assigning the value of user level variable to workflow level variable. And I remember I had mentioned this sometime in the past https://cdn.discordapp.com/attachments/1245646990688124998/1245667688101974118/Taste_India_Company_-_2024_May_30.bpz?ex=665995f0&is=66584470&hm=edbbbb04e1ec0c39b8f2f98c59faf114e01b9b78bb2ea2400459a74fa3c95d16&
@fresh-fireman-491 FYI
15 Views