Hi All,
I'm new to app creation and creating one app where user first select Year and Month of which data needs to process further. Later based on the user selection (Based on the Year Month which user selected) we needs to pick previous month output as a input so how I'll achieve this every time.
So, I have implemented list box through which user select Year and Month. The workflow generate .pdf file as a output which contains the date of which it's generating result. In that workflow there is one input which contain the previous month output e.g. if user selecting Aug'2021 then it will take output of Jul'21 as a input. So the input should be selected Month-1 based on the user selection of Year Month.
Please help me to implement this logic.