i'm trying to get back the id of a row when creating it by using return representation, for some reason i can't see the response (i'm trying to save it to a variable and show it in the text element). when i am doing auto fetch i am able to get the response but of course that is hammering supabase. it looks like the api is reloading after sending the data to supabase and setting the variable to null.
Vizualinx
27 days ago
It seems like a bug. i deleted the api and did again the same thing and it worked.
Lucas G
27 days ago
Are you using now() or similar in your body?
Lucas G
27 days ago
When the payload is constantly changing like that, it refreshes the response