Make.com scenario

Has anyone managed to reverse a scenario in make.com & Noloco?

Currently I use YouCanBookMe (YCBM) to collect online bookings/meetings, using make.com I sync the booking details into a Noloco table, this works great, saving us hours of input work.

However, what I now need to do is the reverse, if the record is updated in Noloco I want to sync it back to YCBM.

  1. Booking is created at YCBM
  2. Client details sync to a Noloco table
  3. In Noloco, we assign a staff member to the case
  4. Sync this staff members name back to YCBM

I feel this may be impossible but worth a go :slight_smile:

Hi Gary! Can you not have a Noloco workflow which fires when the staff member is updated, which hits a Make webhook? Then in the Make scenario you can update the YCBM record however you need.

1 Like

Great shout @lukebranford, that would indeed work so thanks for that. Just got to work out how to grab the staff name rather than ID but something to work on.

Cheers :+1:

No worries! The webhook response might contain the staff name, test it first, but if it doesn’t then just have your first module in the scenario a Noloco Search Records then use the staff ID, that will get you all the details you need. Shout if you have any problems1

2 Likes