Really need help with this, how to i use build collection. i am looking to add a data tables cell value to a collection, by using a for each data table row.
Hi,
For your use case, Build Collection doesnât help you.
Instead, you should use the âInvoke Methodâ activity, with the following properties:
âyourCollectionâ is your collection variable. The value to add in the collection you have to specify in the âParametersâ property of the âInvoke Methodâ activity:
Hope this helps!
Hi @Rakib_Ali_Tanzin ,
Use âAppend item to collectionâ Activity and check attached Xaml
Sequence.xaml (9.8 KB)
Thanks,
Rajkumar
Why not just use the Add to Collection activity, since thatâs what it is intended for?
I guess that would work as well, but Iâm not using the Modern activities so I donât have much knowledge about them.
I donât think Add to Collection is a modern activity. But you should switch to modern, the activities are much better.
Just checked it, indeed I do have it. I guess i just didnât notice it for all these years.
Regarding the modern activities, Iâve played around with them for a bit but they are quite buggy as of now and some of the functionalities are missing (or at least they were missing when i checked them out).
Personally I will wait until UiPath will anounce the discontinuation of the Classic activities before switching to Modern.
Iâve been developing for quite a while now with almost nothing but modern. What are these bugs and limitations you run into? And even when youâre on modern, you can still use the classic activities if you need to. You can mix the activities in your project.
The limitations that I encountered about 8 months ago were regarding the Outlook activities package, however I donât remember exactly what the issue was at that time.
I use some modern activities from time to time because indeed some of them provide some great functionality (especially the excel ones).
My experience is full on the Classic Activities and I donât feel like changing that as of now to put it simply :))
Thank you very much for your help
Thank you very much for your help, your help is very much appreciated.
Hi @Rakib_Ali_Tanzin ,
Apology for asking you have marked solution to your reply !
Could you mark solution to my post!
Regards
I just did now, thank you again. this was my first post, appreciate the help very much.
Thank you for appreciation. Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.