Can't write Single Value (from Supabase View) into a basic Text column

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:

  1. 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.

  2. 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!

Are you trying to set the value in multiple rows?

The only way to do this is either via the API, or using a loop in a server-side workflow.