More date input Block do not work

Hi community. Being that look like to be not easy (or impossible "for now") to sho records in in range of date --> https://discord.com/channels/1155799591220953138/1186571239121240115 i've tried to create a block with more date block one after an other so that user, after to have chosen number of days, can insert the date but happen that after to insert the forst date the flow do not continue to the next. Is there something of strange in that i am trying to do?
No description
9 Replies
Baptiste
Baptiste9mo ago
I'm not sure to understand the issue, can you provide more details?
Mario Barretta
Mario Barretta9mo ago
If I enter several input fields in a block to collect the date it only stops on the first date and does not continue on the second date and so on. My goal was to collect different dates so as to create an output message that predicts the results for each individual date collected. So I was hoping to get around the problem of not being able to use a range of dates
Baptiste
Baptiste9mo ago
Can you share the bot link? (to baptiste@typebot.io if confidential)
Mario Barretta
Mario Barretta9mo ago
Editor
Create and publish conversational forms that collect 4 times more answers and feel native to your product
Mario Barretta
Mario Barretta9mo ago
No description
Mario Barretta
Mario Barretta9mo ago
Here Scripts Testo let text = 'DISPONIBILITÀ PERSONALE PER IL GIORNO - ' + {{SelezioneData}} [0] + ' -\n\n' {{SelezioneData}}.forEach((date, index) => { text += {{Nome}}[index] + ' sarà ' + {{Stato}}[index] + '\n\n' }) return text; Testo2 let text = 'DISPONIBILITÀ PERSONALE PER IL GIORNO - ' + {{SelezioneData2}}[0] + ' -\n\n' {{SelezioneData2}}.forEach((date, index) => { text += {{Nome}}[index] + ' sarà ' + {{Stato}}[index] + '\n\n' }) return text;
Mario Barretta
Mario Barretta9mo ago
I've created a new clean flow, without all the others blocks, on thatto manage only the dates and now it continue and take the differents dates but the output is related only to last date inserted and not to both. When you can take a look to --> https://app.typebot.io/typebots/clqktiua40003l60fwcw6zl9g/edit
Thank you and merry christmas
Editor
Create and publish conversational forms that collect 4 times more answers and feel native to your product
Baptiste
Baptiste9mo ago
I really do not understand what you're doing with this bot 😅 The 2nd Google Sheets block will overwrite the first block variables that's expected You need to create specific variables for each Google Sheets blocks
Mario Barretta
Mario Barretta9mo ago
It is surely my fault that I cannot explain myself well and expose the situation correctly. My goal is to be able to collect the work availabilities of staff who enter the date and availability (so far so good and it works) These staff will also need to be able to change, later, their availability (again, everything is fine and working) However, the management needs to view the availability issued by the staff and as long as it is a single date, it works correctly but if I need a range of dates (From To) no it works as you explained to me earlier. For this reason I have been looking for an alternative solution by collecting N different dates in N different variables and then later having N outputs showing me the availability for each requested day. Unfortunately, this is not working
Want results from more Discord servers?
Add your server