I need to add n business days to the current date/time in formatter, so I can use that date later in my Zap. Is this possible?
Mostly because holidays are different from country to country, and some countries have bank holidays etc, Plus questions like in the US is MLK Jr a holiday or a business day or both?
So you'll have to look to an outside resource like Workingdays API (paid service)
You'd simply have a webhook step in your Zap using GET as the method. Enter the following URL to add 90 business days to Christmas.
You'll need to replace MYPERSONALKEY in that URL and the 2019-12-25 with the date (or value from a previous step) and 90 with the number of days (or value from a previous step).
Just grab result__end_date for any step afterwards and you'll have the date you are looking for.
Comment here if you need additional help with this.
Ok a different solution then.. take a look at this blog post basically you could set up a "dummy" or "temporary" google sheet where you input a date value into a cell and another cell uses that value in a "weekday" calculation.
So I'd set up three columns: Date, Duration, Answer in Sheets and put your formula in C2 using the date from A2 and Duration from B2.
Then use a Zapier step to "Update Spreadsheet Row" and choose row number 2 (Row 1 has the column headings in it).
Put your date in the Date cell, and your duration in the Duration cell (via Zapier) and leave the Answer cell empty (in Zapier)
Then the next Zap step would be a "Lookup Spreadsheet Row" Using the Date column and looking up your date (there's only two rows so it's not rocket science for it to find your date) and the result will have all the values including the result of the formula in cell C2/Answer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.