In a bot flow, I'm using a data action where I retrieve a Renewal Date in the format MM/DD/YYYY which I need to use to determine if an alert needs to be played to the caller.
When I try to convert the date that i'm receiving using an Update Data Action, I'm getting this error
Flow.RenewalDate must be a string collection variable. I'm guessing you split the string "MM/DD/YYYY" on slashes; if so Flow.RenewalDate[0] would get the 1st element out of the collection.