I have built a once off chat using Glide AI generate text and am using trebuchet method and JSON to display the current “chat session”.
I have a multi step action that works as expected - returning responses and updating the multi-file column in the user table with the JSON for the entire set of questions and responses.
To improve UI, I wanted to display a spinner whilst the action was playing out. Adding a simple set column (Boolean) in the user table to the beginning of the action broke the action - the multi file chat column is being updated with a blank “response”.
Removing the step to update the show/hide spinner (boolean column) resolves the issue.
Can anyone see why this might be the case? The additional steps update a column that is not used in the rest of the action - it is only used in a visibility condition on the screen to show and hide a spinner?