---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Workaround posted

# Workaround posted {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

This example demonstrates a table notification that generates an automatic message on
Live Feed whenever a workaround is added to an open problem.  
* Table: Problem \[problem\]
* Active: Select the check box.
* Update: Select the check box.
* Post to Live Feed: Select the check box.
* Conditions: \[State\] \[is\] \[Open\]
* Description: <kbd class="ph userinput">Workaround Posted</kbd>
* Message:

      ${sys_updated_by} posted a workaround for ${URI}.
      Short description: ${short_description}

* Before script:

      // only post to Live Feed when the Workaround field changes
      answer  = changedFields. contains ( "work_around" ) ;

  Abbildung : 1. Example workaround message
{#c_Example1WorkaroundPosted__ul_lpl_qbp_rp}
**Zugehörige Konzepte**   

* [Live Feed table notifications](https://servicenow-prod.fluidtopics.net/~NN6rna6CJ99Lnd6pjhSRA "Live feed table notifications generate automatic Live Feed messages. The Live Feed plugin must be activated to use table notifications.")

