Hello there!
I am using react custom components in Retool with the {model, modelUpdate, triggerQuery} props.
Inside a function in my react component, I want to update some of the model's data using modelUpdate but it's not working for me.
I am also calliing a query using triggerQuery inside the same function and the query runs successfully but for some reason the modelUpdate does not work.
Any help?