Hey there!
I’m currently trying to migrate/recreate an order form to/with Nintex Workflow Cloud. The main challenge is a field called ArticleNr where the customer enters the article number and in the back a lookup will find the corresponding metadata (article type, article description etc.) and prefill other fields of the form.
The article database contains of 40.000 items. I tried to keep the solution “slim” and used a sharepoint online list as my new “not best practice and not best performance” database.
Now I tried to get the data and logic into the form, but...
- I already tried the lookup control with a configured data source. But there's a limitation of 5.000 items per lookup.
- I wanted to query the sharepoint list - but as far as I can see only the workflow engine can do that, not the form itself.
- Some forum posts suggested a webservice Call against the list, but I guess this is a reference to old Nintex forms where JavaScript was possible.
Has someone already done something similar or has anyone an idea in how to approach this - even if it is “dirty”?
Thanks and kind regards!
Tim