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?
Zafar06
2 years agoFrequent Visitor
yes, variables are not working. I am going to use each variable in API URL link ( example: relative url...general_ledger_accounting_date=Variable). Want retrieve data per day and append it. Otherwise data is so huge, it can not be loaded.