In model builder I'm using the "insert values from table" option to populate my input parameter(list).
The option only inserts the first 50 rows of my table. My table has 504 rows. Is there anywhere I can change how many rows it insert?
Thanks,
Erika
Sorry for asking you, i am also using the "ïnsert values from a table" option to populate my input parameter, i don't know how inserting more than 50 rows but I would like to know if you know, maybe how automating the "insert values from table" in the model builder? My model is creating a table with a field which contains a list of sql queries, and I would like to get this list in a another input, but automatically...by chance, Do you have any idea? Thanks in advance for your answer
Emmanuel
I know this is old, but I'm running the latest version, and this is still an issue. I have the correct amount of rows (130) and it still results in only adding 50. Barbara's answer didn't help explain how to use the iterator in this scenario.
For anyone looking for a workaround until we can get an answer, I just had to insert the 50 it allows, then go back to the CSV to remove those 50, save the CSV, then insert the next 50. It's a little better than doing it manually, but still pretty ridiculous.
Ken