I am Using Transformer for binding the data in table but when I am adding or editing any data in collection only old value is coming table ,


Int this when I am trying to preview the value it is giving old value not updated one.

Hey Amit!

Are you using a standalone transformer or a transformer attached directly to your query? For transformers attached directly to queries, if there’s an error in the code, it will return the original query data.

Based on your screen shot, it looks like you are using a standalone transformer. In your table component, are you referencing your transformer1.value as the data source?

Let me know! :slight_smile:

it is resloved