Create Record Action saves to database but does not appear in grid until a Data Sync is done

I have created a simple table in the same database as aavehicle and I created a data model for the table along with CREATE and UPDATE record actions.  When I add a new record using the CREATE record action and associated UI, the data does not appear in the record List until after I run a Data Sync.  When I UPDATE a record using the UPDATE record action and associated UI, the changes are reflected immediately in the record List.  I have scrolled through all pages of the list and confirmed the new record does not appear.  If I query the database BEFORE running the Data Sync, the new record is in the database.  Any ideas why this may be happening?

  Discussion posts and replies are publicly visible

Parents Reply
  • That is what I thought.  I assumed that there would be an immediate sync after I submitted the new record, but that does not happen.  I have also clicked the refresh button, and the new record does not appear.  The record is inserted into the database, but the immediate sync with Appian does not seem to be happening for the Create record action.  The Update record action does work and changes are immediately seen in the grid.

Children