I need a variable for monthly reports using StudioX

I’m looking for a variable that will allow me to pull up monthly reports, but utilizing the Fed Govt Fiscal Year calender. Please note below the format for Fed Gov Calender.

Month Period/2021
oct 01/2021
nov 02/2021
.
.
Sep 12/2021

For every first day of the month, I need to pull a report for the previos month.
exp: April 1st>> need to pull report for the month of march.

Can anyone help me come up with a variable that will allow me to pull reports on a monthly basis. Internet explorer is the source I use to generate report

image
image

  1. Build a list in Excel with each report input on a row
  2. Use For Excel Row to go though the list on generate the report using the UI Automation activities
    image