Describe the issue/error/question
When we choose the append operation on the new google sheets node, now we have to select the “Data Mode” field.
In my case, I put the input node variables with the same names as the worksheet columns, and selected the “Auto-map Input Data to Columns” mode. The flow ran successfully and correctly filled the spreadsheet columns with the values, but for the subsequent columns, it filled with “blank” information. This is bad, because in that column there is a formula, and when I run the workflow the formula is deleted.
Is this expected behavior? When we choose the append operation on the new google sheets node, now we have to select the “Data Mode” field.
In my case, I put the input node variables with the same names as the worksheet columns, and selected the “Auto-map Input Data to Columns” mode. The flow ran successfully and correctly filled the spreadsheet columns with the values, but for the subsequent columns, it filled with “blank” information. This is bad, because in that column there is a formula, and when I run the workflow the formula is deleted.
Is this expected behavior? How to make only the columns in which there is a variable with the same name to be filled?