I have a paper company and I have added the Xero module to GET a Xero (accounting tool) Report. The URL includes start and end date of the report. It works fine.
What I’m trying to do now is to get the report for each month for the past 6 months dynamically.
I’ve been struggling here, trying to work with variables and iterators but couldn’t get anywhere.
@Michael_Scott
Hi, I have a feeling that perhaps a function would solve the problem.
For reference, you can use the formatDate,addDays function to output the date 180 days prior to today.
Thanks for the info ! That does get me dates dynamically of last 6 months but what I’m looking for is for my scenario to run for every month over the last 6 months so I can export an updated view of the performance per month.