- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 01:21 AM
Hi All,
I have an issue. I have brought the "Scheduled for Publish" field onto the KB Article, so that when that is selected, on that date the KB article can be auto published. When the article is approved, the stage of the article moves to schedule for published and waits till it gets published on the given date. This is working as expected on the form. However, on the list view of KB table, the same record workflow state is sent back to draft. This is the mismatch. I have run a background script to know the backend state of this record. it displayed as "Scheduled for Publish" which is as on the form, correct. But why is it not changing in the list view and its skipping on list view.
Any help would be much appreciated.
Best regards,
RB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 03:50 AM
Hi @Raahul2
Check the dictionary record and choice list of workflow field. It looks like the same choice value might have present twice for two different choices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 03:50 AM
Hi @Raahul2
Check the dictionary record and choice list of workflow field. It looks like the same choice value might have present twice for two different choices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 05:40 AM
Thanks alot Swapna, it worked