Help
Sannit_Vartak
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jun 22, 2022
‎Feb 08, 2024

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 13 Kudos received

User Activity

   let table = base.getTable("Cashflow Grid (Sales Pipeline)"); let inputConfig = input.config(); let record = inputConfig.record; let mmyy = inputConfig.mmyy; let i = 0; const table2 = base.getTable("Cashinflows") const fieldName = "Name" const que...
1. Get webhook link from Zapier2. Add input variables you want to push to Zapier3. Check the code to incorporate variableslet url = "https://hooks.zapier.com/hooks/catch/10801604/3u5d4q0/?projectID="; let config = input.config(); await fetch(url + co...
Hi,here is the solution to this frequently asked question. Just replace the value in delay( ) to change the time of delay. The maximum delay you can give is 30 Sec per action or automation will fail. For adding more delay the work way around is to ad...