Hi
I am working woth model driven app.
I have a table that consists only of 1 column that is autonumber and as well a primary key.
WHat i need to achieve is to be able for user to specify how many records in that table he needs to create so let's say he points 20 and somehow these 20 records in a row sequentel numbers are created. my sequince defined for this autonumber is like this
0000001,0000002,0000003.
Next time user can decide that he wants to create more or less and it also creates same way starting numbers from last record?
Any ideas how to achieve it?
Thanks guys but i actually ended up with some other solution:
What i did is i created manually my first record. then i selected this record and created a flow:
When a record is selected and i also pass a number as a parameter to flow
I initiated a integer variable and set this number as a value
then inside loop until
varbiable=0
add row
decrease variable
And Eurika user select any record inside existing table ruins flow enters number and gets the job done
Hi @jja ,
I have done this similar approach in multiple model-driven applications following this approach, hopefully works for you... Most of the time it has been I needed to create specific records that needed to be completed for a job etc.
Normally I do the following:
@jja One way of achieving this would be to build a simple Canvas App which prompts the user to specify the number of records to be created. Upon submission, it could call a Cloud Flow to create the specified number of records.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2