Hello All,
I am having a requirement to import lakhs of rows data into the Appian database by using the smart services as we need to give the file upload functionality to the user.
Can anyone suggest the best way to achieve with the best performance.
Thanks in advance.
Discussion posts and replies are publicly visible
I would recommend batching the data here. You can create batches of 1,000-10,000 each time and dump the data in an MNI or process loop.