We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Syncing SCTask Description Back to RITM – Field Showing Empty/Read-Only

surajsengar
Tera Contributor

My RITM field is showing empty and read-only, but the SCTask description is populated from Flow Designer. How can I sync values back to the RITM?

2 REPLIES 2

Brad Bowman
Kilo Patron

You can update the RITM description field via a Business Rule when sc_task.description is updated, or when you are setting this field in the Flow, also add an activity to update the trigger record.

jMarshal
Mega Sage

One thing to note - if your flow is built to create the task as a "task" on the "sc_task" table, rather than as a "catalog task" (specifically), you may face synchronicity issues between the records or other unexpected results. I've been there before - so maybe double check your flow and make sure you need to fix the problem this way first...you may find that you fix it upstream instead.