limited-pencil-78283
05/09/2024, 3:27 PMlimited-pencil-78283
05/09/2024, 3:27 PMfresh-fireman-491
05/09/2024, 3:37 PMlimited-pencil-78283
05/09/2024, 3:42 PMlimited-pencil-78283
05/09/2024, 3:44 PMlimited-pencil-78283
05/09/2024, 3:46 PMlimited-pencil-78283
05/09/2024, 3:47 PMbumpy-butcher-41910
05/09/2024, 3:49 PMbumpy-butcher-41910
05/09/2024, 3:50 PMlimited-pencil-78283
05/09/2024, 3:51 PMconst currentDate = luxon.DateTime.now().setZone('IST')
const suggestedDates = []
for (let i = 0; i < 5; i++) {
const date = currentDate.plus({ days: i })
const formattedDate = date.toFormat('dd LLLL') // Change the format to show date in numbers and month in text
suggestedDates.push(formattedDate)
}
workflow.suggestedDatestoUser = suggestedDates
console.log("Dates ", workflow.suggestedDatestoUser)
bumpy-butcher-41910
05/09/2024, 3:52 PMbumpy-butcher-41910
05/09/2024, 3:52 PMlimited-pencil-78283
05/09/2024, 3:52 PMlimited-pencil-78283
05/09/2024, 3:52 PM[whatsapp] Failed to send interactive message from bot to Whatsapp. Reason: {
message: "Unsupported post request. Object with ID '278695938650087' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
type: 'GraphMethodException',
code: 100,
error_subcode: 33,
fbtrace_id: 'A49jEpEDp7CshSkCbzSSzBM'
}
limited-pencil-78283
05/09/2024, 3:53 PMlimited-pencil-78283
05/09/2024, 3:53 PMlimited-pencil-78283
05/09/2024, 3:54 PMlimited-pencil-78283
05/09/2024, 3:55 PMbumpy-butcher-41910
05/09/2024, 3:56 PMbumpy-butcher-41910
05/09/2024, 3:56 PMbumpy-butcher-41910
05/09/2024, 3:57 PMbumpy-butcher-41910
05/09/2024, 3:59 PMbumpy-butcher-41910
05/09/2024, 3:59 PMlimited-pencil-78283
05/09/2024, 3:59 PMlimited-pencil-78283
05/09/2024, 4:00 PMbumpy-butcher-41910
05/09/2024, 4:00 PMlimited-pencil-78283
05/09/2024, 4:00 PMlimited-pencil-78283
05/09/2024, 4:00 PMlimited-pencil-78283
05/09/2024, 4:02 PMfresh-fireman-491
05/09/2024, 4:21 PMlimited-pencil-78283
05/09/2024, 4:30 PMlimited-pencil-78283
05/09/2024, 4:30 PMfresh-fireman-491
05/09/2024, 4:37 PMlimited-pencil-78283
05/09/2024, 4:47 PMfresh-fireman-491
05/09/2024, 5:16 PM