How to create a waiting thread fo Webhook?

Options
Hi, 
I just have a problem, i receive 3-4 Webhook at the same time, 
The first will create a record, but the other will update records, i can't hav multiple record for the same Booking_id.

How can i do to fix it ? 
Thanks
[Capture d’écran 2021-11-13 à 10.53.18.png][Capture d’écran 2021-11-13 à 10.53.45.png]

Comments

  • Sean Montgomery
    Sean Montgomery Administrator

    ADMIN

    Options
     you might be able to just use Database: Add or Edit Record. It sounds like that is what you are looking for.
  • Gregory
    Options
    Hi  , yes i use it, but Xano create multiple same record. 
    I think the webhook is so much faster . 
    Can i make a queue , with time interval ?
    I try to use Sleep function but i think this is not the solution. 
    Thanks for your help