Table Schema doesn't update using custom query and transformer #11129
-
Hey folks, I'm struggeling really long with the following behaviour: I have a custom query with a transformer that transforms data in the following way:
to
The problem is that the number of properties varies and the table can have different numbers of columns. In the custom query the result is updated, but not on the screen/table. Does anyone have an idea? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you test and save your custom query? Also, make sure you publish your changes. |
Beta Was this translation helpful? Give feedback.
-
Hey @wipplingermax
We currently don't support dynamic schemas. The schema is determined from the response of your query, and set when There is an open issue for handling dynamic form inputs: #5658 |
Beta Was this translation helpful? Give feedback.
Hey @wipplingermax
We currently don't support dynamic schemas. The schema is determined from the response of your query, and set when
Save
is clicked.There is an open issue for handling dynamic form inputs: #5658