Hi everyone,
I am trying to write a value from a Single Value column (which fetches its data from a connected Supabase View) and write it into a basic Text column in Glide.
However, nothing is being written to the text field; it just remains completely blank. I have already tried two approaches to make this happen:
-
Scheduled workflow: I set up an action to update the columns automatically. The history says it runs successfully, but the text field doesn’t populate.
-
Manual Button Test: I tried to trigger this manually using a button to see if it was a background sync issue, but I hit the limitation where standard app interactions cannot target multiple-result relations or queries to update rows, in other words, the step of set column values can only update 1 row
This is yet again another beautifull glide limitation…
How can I get Glide to actually stamp this data into the text field?
Thanks in advance!
