Hi,
I am using a MySQL connection in a flow, ‘get a row’ (i.e. finding bot user details like return path, Telegram userid and user name, previously saved also using FlowXO).
FlowXO works great and gets all existing the records in such row, which I can use later in filters.
Now, after this flow is working, someone decided to update the MySQL table adding a new column: ‘age’ (let’s say that the age was suddenly important, but not included in the specifications I received). I said myself: no problem, ‘get a row’ will get this new column automatically and I will be able to use ‘age’ as a filter.
I was wrong. The existing ‘get a row’ will never get this new column.
It seems that I need a new ‘get a row’ to be created in my flow, deleting the existing one.
Problem: If I delete it, all later existing filters using the MySQL records in my flow will stop working (red labels appear).
Any idea to avoid this problem? How to update ‘get a row’ with the new structure from MySQL?
(by the way, it happens the same with Google Sheets new columns)
Thank you,