Discussions

 View Only
  • 1.  copy the data using webhooks

    Posted 07-01-2020 07:54
    Hi,

    i have four  table - first table (request table)where user will raise the request for the review.
    second table is connected with the request table where all manger will review the design request.
    third table master questionnaire list.
    fourth table is questionnaire list table.

    when the  reviewer click on the  button for start review  then all the question  should be copied from the master questionnaire to questionnaire list  on the request id with is connected with the request table id in request table.

    so how can i  copy the data from the master table to questionnaire table when the event trigger in the review table using webhook ?

    ------------------------------
    preeti verma
    ------------------------------


  • 2.  RE: copy the data using webhooks

    Posted 07-01-2020 07:58
    You can use a webhook, but that required knowing the syntax.  I suggest that you set you an Automation to do this as there is no complicated Syntax to learn.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 3.  RE: copy the data using webhooks

    Posted 07-01-2020 09:50
    Hi mark,

    yes, I did it using automation and pipeline but my client doest want to use automation and pipeline.

    so ould you please  give me some guidance how to copy the record when the event is trigger in review table then i want to copy the all record from the master list to questionnaire list with the review id.

    how can i do using webhooks.

    Thanks 





  • 4.  RE: copy the data using webhooks

    Posted 07-01-2020 09:52
    I'm sorry, the Syntax for that is tricky and beyond the scope of what I can offer on a free basis on this Forum. Please contact me directly by email if you would like to engage in a small consulting project to get this working via a Webhook.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 5.  RE: copy the data using webhooks

    Posted 07-01-2020 10:54
    There is some help available in the API guide to add a record

    https://help.quickbase.com/api-guide/add_record.html

    https://www.quickbase.com/blog/how-to-build-quick-base-webhooks

    https://community.quickbase.com/communities/community-home/digestviewer/viewthread?MessageKey=597e2f00-b57d-44a6-8f71-2a64e04dc407&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=digestviewer



    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------