How to remove KB articles which are 5 years old, i tried Flow Designer but no use. Can you please help me.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 09:42 AM
Im trying to remove kb articles which are published more than 5 years, using flow designer. but no luck it is not picking up anything.
this is the trigger im using,
as part of developing im trying to change to valid to certain date.
Please give me any suggestions if we can try another way.
Labels:
- Labels:
-
flow designer
-
Knowledge Management
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 01:03 PM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 11:35 PM
There is a tiny difference.
You are using "Lookup record" (gets just one record)
I used "Lookup records" (gets one or more records defined by query)
Change that, and it will work for you.