
Announcements
Hi, I have a flow job. Insert the SharePoint list to SQL Server table. There are 100 columns. The flow has been created. But I noticed that the size is not long enough. So I updated the sql table, making the column var(5000) to column(8000). How can I refresh the flow to accommodate the change without relinking every other column, please.
Thanks,
Mike
Hi @MikeLong
I think it will get automatically updated,
May be once you update the sql table, use execute query to describe table