I have removed the original column and
I have removed the original column and added a new one. If I call the column "name" then it works as expected but if I call it phone then it changes the value
5 Replies
HI @JSL, Lets discuss this in this thread.
I also tested a straight create row from flutterflow with the same values and that worked as expected with teh column still called phone
From FF directly to SB
You'll require to check, as somewhere it seems the "phone" is not being referenced properly in the workflow. As in the response of your Get place info node, it was showing "phone" at two places, but the number was same, as you mentioned earlier before it gets uploaded to supabase.
Hey
I found the issue, it was on my side sorry.
Whilst testing different options I created a workflow with an API call and a workflow with supabase row trigger, so that API would run first (as expected) and then it would trigger the row update (which I missed). I removed the Supabase trigger for thsi one
Oh, no sweat.
Good to hear it is fixed.