22-05-23 12:10 PM
Hi,
I need to filter a collection using Created date, as you can see attached above.
I am trying filter "[Created] < '" & Now() & "'" also trying another filter "[Created] < ='" & [Date] & "'"
"[Created] > ='" & [Date] & "'" it is not working, it is not taking the latest file created, if you have any idea how to solve i would appreciate it, thankyou in advance
22-05-23 12:16 PM
Hi Teuta,
Unfortunately this is the wrong community, can you post your question in the "Blue Prism RPA Product" (that should be thr right one) instead?
Many thanks.
23-05-23 04:34 PM
You can try using the <code>DATEDIFF</code> function to compare the created date to the current date. This would allow you to filter the collection using a condition like this: <code>[Created] >= DATEDIFF(Now(), [Date], 'd') </code> Here, the 'd' parameter in DATEDIFF specifies the day unit for the comparison. The final step is to monetize your video streaming website. You can do this by offering subscription plans to users, placing ads on your website, and using affiliate marketing. You can also use pay-per-view options for special events or content
https://mlsdev.com/blog/how-to-create-a-video-streaming-website.
28-08-23 04:24 AM
Hi,
Try to use sort collection action of collection manipulation VBO
Try to Sort the Created Column
08-09-23 01:56 PM
Use sort collection function . For immediate help please post your questions in “Blue Prism RPA Product" community