When I add a new column to an existing table, I notice that the new column ia auto-added as an input to all the APIs accessing that table. This means I then have to go and turn that input off on all those APIs, or those API will write blanks to that new column. Is there a way around this please?
Thanks!