Sleetza - Anyone else experiencing problems wit...
Anyone else experiencing problems with the Supabase Update Row node? The 'data' parameter seems to be missing. When I add it manually the node doenst work.
Solution:Jump to solution
Could you please refresh the app and try again? Can you share a screenshot from node explorer?
13 Replies
The data parameter also seems to be removed in my existing workflows
Is it removed from all the workflows?
You can delete and add the Update Row again, it should have data field available.
I just tried. The data field is not there
Yeah its removed from all workflows for me
Pretty puzzled right now :p
Solution
Could you please refresh the app and try again? Can you share a screenshot from node explorer?
Refreshing worked
Now its there
Also for the other workflows
@Gaurav Chadha for some reason the node is not working for me.I am trying to save the JSON Generator node response to my db. When i test my workflow it looks like this:
But then the update row node just doenst work:
Funny thing is: When I test the update row node in test mode and I copy paste the output of the JSON Generator in the input of the Update Row node, it works. But in the total workflow it does not.
Any idea what might be causing the problem or how to debug?
you can check the logs, to see if the data from json generator was passed correctly and test the node with static values to confirm it is working with your supabase credentials.
So I figured out why..... When testing the workflow I typed parse_ID instead of parse_id....