Hi yall
I have a form in microsoft forms and I created a flow that inserts a record in a sql table every time an answer is submitted to this form, but recently I saw some of the runs have failed due to then length of a column in sql (it was a varchar(50) but needed a varchar(100) ) so I made the change in my sql table but when I try to run the flow again it fails and shows an error that says that the column have the old length.
So I was wondering if there's a way to update my connector (SQL) or I have to re do the flow?
Thanks in advance!