- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-05-22 08:54 AM
I was just wondering to know, Is there any option to send bulk inputs from front end forms to queue using Interact functionlaity. I know there are options called table upload csv while creating forms but those are not useful to send bulk values.
Please let me know if anybody is aware of this.
Regards,
sujatha Chebrolu
------------------------------
Sujatha Chebrolu
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-22 08:38 AM
you need to download file first via Utility - HTTP, action HTTP Request and store it somewhere on your local drive before accessing it. See the screen shot below.
Regards
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-05-22 02:43 PM
you can upload a file with a structure and that can be processed and load many items into the BP queue.
Is it something like that you are looking for?
Or please provide more details of your requirements.
Regards
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-05-22 03:55 PM
I have created a form in which we can upload a csv file and after uploading the csv file in to queue, when I get next item details it is showing as below rather than showing the actual data which is inside the csv file.
Also the csv file which I have uploaded is having some no of rows like below
Please let me know how to upload them as a separate queue item to process.
Regards,
Sujatha Chebrolu
------------------------------
Sujatha Chebrolu
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-05-22 04:08 PM
Hi, Sujatha,
you have to do it in two steps. You should create a master queue or parent queue where you load the item with csv file - one item per csv file. Then there should be a child queue where you load the items from csv. It may seem complicated but it is the best way how to keep track of your process csv files and rows from csv files.
So in your process you load the csv file into collection and then call action Add To Queue with the collection created from csv file.
Is it clear?
Regards
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-05-22 04:37 PM
That makes sense to me and thanks for that.
I did the way you mentioned earlier. But my interact is in different server and bot is in different server and when I was trying to load csv in to collection I am getting below error.
How to resolve this?
Regards,
Sujatha Chebrolu
------------------------------
Sujatha Chebrolu
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-22 08:19 AM
Could you please let me know how to solve this?
Regards,
Sujatha Chebrolu
------------------------------
Sujatha Chebrolu
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-22 08:38 AM
you need to download file first via Utility - HTTP, action HTTP Request and store it somewhere on your local drive before accessing it. See the screen shot below.
Regards
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-22 09:49 AM
Thanks a lot for your resolution. It worked.
Regards,
Sujatha Chebrolu
------------------------------
Sujatha Chebrolu
------------------------------
