The Log Data step is supported in offline functions, allowing both inserting and updating data in a table. However, when working offline, updates work differently from the online environment. To use the Update feature in a log step, you must first insert a row into the table. Once the row has been inserted, it can then be updated using a log step setup for updating.




In summary:

  • You can insert data using a log step without any prerequisites.
  • To update data, you must first insert the row you intend to update.
  • You can only update rows that were inserted during the current offline session.

This approach ensures data consistency while operating offline, as updates rely on data already present within the offline transaction.