In reply to: Cezary Rzucidło
Thank you for your response Daniel, but We can't do it in simple way like import data to item list. We have too much columns to create in webcon and I'm looking for another solution maybe with using database.
The loop with create large numbers of instances from item list is valuable observation. Thank you!
Ah, respoding too fast, I've read through whole topic and it seems like response is a bit off - not really importing from the list / webcon here.
~~~~Original below
Hi Cezary, I'd go with using WEBCON REST API in that case, you should be able to invoke it from VBA and maybe from OfficeScript, but you could also convert that excel to CSV and process it with any programming language you feel comfortable with.
This way you also won't have to worry about action timeouts.
You might look at this KB, which will guide you a little bit further:
https://community.webcon.com/posts/post/importing-data-into-webcon-two-approaches/483/3
Example imports using PowerShell: https://github.com/lumenn/webcon-data-import.