Skip to main content
June 16, 2022
Question

Is there a workaround to sync record data after writing to db using query database smart service in appian 22.1 version?

  • June 16, 2022
  • 6 replies
  • 0 views

Need to immediately sync record data after executing the query database node. any work around helps.

    6 replies

    stefanhelzle0001
    Brainy
    June 16, 2022

    May I ask why you want to sync after a query? A query should not change anything?

    Besides that, custom syncing is only available with 22.2.

    June 16, 2022

    yes i know sync smart service is available in 22.2, thats why asking for a workaround. we are inserting using insert query. tried adding a write to db node to update a dummy record. sync is triggering but its updating the only the row which we updated in write to datastore entity.

    stefanhelzle0001
    Brainy
    June 16, 2022

    Got it. I recommend to not use the query DB node. What is the reason for it?