How to create an Apps Script Web API Endpoint for AJAX connections output Sheet as JSON doPost

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.ค. 2024
  • Learn more about Google Apps Script
    Complete course for beginners to Professional 26.5hrs of HD video
    www.udemy.com/course/course-a...
    Google Apps Script Complete Course New IDE 100+ Examples
    Google Apps Script New Version Create custom functions within G Suite Docs Sheets GMail Drive Calendar and more
    Loaded with coding examples and source code to create 100s of apps script coding projects. Course content web development and web design courses with coding examples and source code for the lesson content. Source Code is available within my Github account. Lessons posted are designed to help students learn more about a specific topic related to modern web development and applying code.
    Laurence Svekis is a professional top selling course author having instructed over 1 Million students both online and in person. Laurence Svekis is a Google Developer Expert specializing in Google Workspace automation using Google Apps Script Code.
    You can setup your webapp to serve as an endpoint for web applications. In this example we explore how to make both GET method requests and POST method requests to the endpoint, retrieving and returning data from a spreadsheet into the JavaScript code as data from an AJAX request.
    Check out my Website for more details at basescripts.com/
    Subscribe / @laurencesvekiscourses
    Tags and Keywords
    #DiscountPrice #GoogleAppsScript #CustomFunction #SpreadsheetFormula #DollarFormat #USCurrency #ColumnHeaders #OriginalCost #DiscountValue #NewTotal #Formatting #CalculatePrice #CalculateDiscount #CalculateTotal #PriceReduction #PercentageDiscount #ApplyDiscount #SpreadsheetCalculations #AutomateCalculations #IncreaseEfficiency #ProductPricing #SalesDiscount #SalesPrices #OnlineSelling #Ecommerce #SmallBusiness #Entrepreneur #Finance #Accounting #ProductManagement #CostManagement #PricingStrategy #Marketing #BusinessTools #GoogleDrive #CloudComputing #OnlineProductivity #Collaboration #DocumentManagement #OfficeTools #CustomizableFunctions #EfficientCalculations #TimeSaving #Budgeting #CostReduction #SalesAnalysis #DataAnalysis #FinancialPlanning #BusinessOperations #CostBenefitAnalysis #SalesReport #SalesMetrics #Revenue #Profit #ReturnOnInvestment #ROI #SmallBusinessTools #OnlineBusiness #VirtualBusiness #DigitalBusiness #OnlineSales #WebStore #DiscountedPrices #BulkDiscount #Promotion #SaleEvent #LimitedTimeOffer #ClearanceSale #FlashSale #DiscountCodes #CouponCodes #SocialMediaPromotions #MarketingCampaigns #ProductPromotions

ความคิดเห็น • 5

  • @username31031
    @username31031 ปีที่แล้ว +1

    Thank you for the video. I have one question. This approach returns the entire row, but what if I have a sheet with 3 columns and I want to do a check if the data input (via html form) from column 1 & 2 are true, then return the data from the 3rd column. I hope this makes sense

  • @stylersito
    @stylersito 11 หลายเดือนก่อน

    Why is it that if I try to make a POST request I get a CORS error?

  • @Jesus_777.2
    @Jesus_777.2 ปีที่แล้ว +1

    There was an issue I had with getting back the response from the http request. I got lucky and found the answer here by accident