I am comparing values for a few dozen fields, this month vs. last month.
When there's a new item this month, there is no "last month field" to compare it to.
This crashes the flow when the logic tries to compare "Sales" with "Sales Previous Month"... since the Sales Previous Month field does not exist for new items.
For items with no previous month, how can I create a dynamically changing set of fields for last month, with null or zero values? I'd Append this empty set to the current month's fields.
I'd like this to be dynamic because the users likely will decide to monitor different fields as time passes.
Thanks for any help!