Search results

  1. M

    Execution history loading issues

    Happened to me as well, I tried a different browser and it worked. So I guess it was a cache problem try flushing cache and cookies in the browser. Since today it stopped executing some steps after a delay step, when removed the delay steps it worked again. not sure if it's the delay though...
  2. M

    Spreadsheet numbers returns null after math operation

    I found the issue, because the column header was dynamic it was changing all the time and couldn't fetch it correctly
  3. M

    Spreadsheet numbers returns null after math operation

    Hey @Supreme They are both mapped from the previous steps where I use GET ROW function. The issue is when I try to actually running the workflow and not when testing it. When I test the steps everything works fine, but when I try to actually live running it one field is always missing.
  4. M

    Spreadsheet numbers returns null after math operation

    I'm pulling two numbers from Google Sheets and I want to perform a math operation on them (Add). When running the workflow, one of the numbers is always null. I've tried this with Spreadsheet Formulas as well with no luck. In the previous steps where I pull the numbers from the spreadsheet I...
Top