Forum Discussion
Zafar06
2 years agoFrequent Visitor
Append Array Variable not working.
Date_range output is blank because date activity output is blank. Can you please help me fix the issue? Date_range input Date_range output āā date Append array variable input...
frithjof_v
2 years agoCommunity Champion
I don't think that the array variable is empty, even if the output message is empty like this {}.
It seems like values like "2023-07-09" are being appended to your variable.
So I think your variable called 'days' actually contains an array of dates (each date formatted as strings like "xxxx-xx-xx").
Are you having issues utilizing that variable in a subsequent step?