04-03-20 10:25 AM
Hello,guys.
I'm working on a project where i need to get some data from excel. The data is in my collection and in the last column there is a date which is in text format and i need to compare that with Today() how can i format that text to date? That value is in Current Values tab. And when it is done i need to get the whole row export to a new collection. It's a process studio problem but i had only object studio in discussion menu.
05-03-20 07:56 AM
05-03-20 08:49 AM
Hi, Zdeněk,
Thank you, it solved my problem. Now i got another one. I made a loop to go through the collection and put there a decision (if statement) if its true i want to get the whole row and put it to my new collection. I put an action stage there with Business object - Collections and Action - Copy rows . I placed a counter to the loop and Start row - that counter , End row - that counter as well. It is fine but when i find the first row which i want to put to my new collection it copy that row but the it just ignored the next following rows.... So my new collection just have 1 row.
05-03-20 09:11 AM