Hello, can anyone point me where I am wrong?
I am creating a search in a script and will use script parameters as their values. Then will use that search to delete records.
My filter is
[“created”,“before”, searchfilter]
where searchfilter is a text field in the script deployment i.e fivedaysago for testing and sixtydaysago for actual criteria needed
when I ran the script, it did not delete the fivedaysago that was set, instead it deleted every record in that custom record list except the newly created one. Any thoughts?