Hi,
I am persisting data as JSON in the S3 bucket. To the user, data is rendered in the editable table by reading the JSON from S3 bucket.
Each record in the JSON is uniquely identified by the ID field.
User can edit the data in the table(except ID column) and can also add new rows in the table.
I am trying to persist the final data JSON back in S3 using upload data action.
I tried persisting by specifying upload data as {{table1.data}} , there are no error messages, however it doesn't include changes done by the user.
Please advice how to achieve this.