Do you know if you can add a custom code in values (pink rectangle) in this Bridge workflow that is updating a SharePoint list any time changes are being made in the relevant Smartsheet Table?
Basically this workflow is working as expected with one issue: for every empty cell, the workflow will update SharePoint with the code instead of leaving it blank. So for example if Area is changing but Department is blank then when the SharePoint list gets updated, the Area will update with the expected value but the Department will be updated with "{{states.startstate.smartsheet.get_row.row.cells.Department.value}}" which is not what I want to see. I would like Department to stay blank otherwise the SharePoint list becomes very messy.
I was thinking I could make it so anything in Smartsheet that is blank is actually replaced with a word like "blank" or "null" and that will solve my issue but I would love to just have it actually blank if possible.
Do you know if you can customise that in Bridge?
Thanks for any help or tips you can give.