Good Day and thank you for your interest.
We have a business requirement where we want to dynamically create a new record based on a specified whole number (calculated column). I tried the apply to each method but maybe I am missing an expression. The calculated column is "Prepaid Periods" i.e. 'crbdd_prepaymentperiods' which ranges between 1-12 represting the months in a year.
The scope of the flow is to create a new record (General Ledger entry for financial tracking) for each and every month as calculated by the 'crbdd_prepaymentperiods' column. So if the calculated column is '3'; we would need for the create a new record every month for 3 months. Hopefully thats simple enough.
This is what we have so far, it creates on a single record, but we need it to create a dynamic number of new records based on the calculated item. Any and all help would be much appreciated.
Regards, Sunny
Solved! Go to Solution.
I think you need to use do until action to be able to do this dynamic records creation , hope this gives you an idea!
I think you need to use do until action to be able to do this dynamic records creation , hope this gives you an idea!
Got it. Thank You
User | Count |
---|---|
102 | |
38 | |
31 | |
24 | |
16 |
User | Count |
---|---|
132 | |
53 | |
52 | |
37 | |
26 |