• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Tucalendi to Infinity - group events

farraday1

Member
Hi,

I am trying to create a new item (Attendee name and information) in Infinity when a new booking in Tucalendi is made.

This works great for a new single booking and for the first of a group.

For group events the second attendee is not creating a booking but the group booking is modified. It took me a while to find out why the "Booking Created" webhook didn`t trigger anything.

With the "Booking Modified" webhook Pabbly does capture that data. But every "Booking Modified" capture contains all attendees like so:

Attendees Data 0 All Form Data Form First Name (First booking)
Attendees Data 1 All Form Data Form First Name
Attendees Data 2 All Form Data Form First Name
Attendees Data 3 All Form Data Form First Name (latest attendee)
++

What I am trying to do is to get the latest attendee and add him to my Infinity database. But I can´t map it as the number changes with every new person.

I tried different filters but it wasn´t successful.

Another way to achieve this could also be to delete all attendees and re-add them (+1). But this sound even more complicated.

How can I solve this?

Here`s one extra question concerning Infinity: it it possible to create labels from data going trough pabbly?

Thanks in advance!

Timo
 

Supreme

Well-known member
Staff member
Hey @farraday1

With the "Booking Modified" webhook Pabbly does capture that data. But every "Booking Modified" capture contains all attendees like so:

Attendees Data 0 All Form Data Form First Name (First booking)
Attendees Data 1 All Form Data Form First Name
Attendees Data 2 All Form Data Form First Name
Attendees Data 3 All Form Data Form First Name (latest attendee)
Regarding your concern, you can use the Iterator action step which will process all your attendees one by one from your Tucalendli trigger response.

Please refer to the following video tutorial for you better understanding of the Iterator action step.

 

farraday1

Member
Hi Supreme,

thanks a lot, this was very helpful. Unfortunatelly there's no array I can choose in the iterator. The list is blank.
It is connected to Tucalendi with a webhook response received.

It is not a jason result.

Thanks, Timo
 

Attachments

  • pabbly1.jpg
    pabbly1.jpg
    77.5 KB · Views: 52
Last edited:

Supreme

Well-known member
Staff member
Hey @farraday1

If you capture the webhook response in advance response then perhapsTucalendi will send the data in JSON array format.

Kindly try "Re-Capture Webhook Response " in advance response by toggling the "Simple Response Button" and then pass the JSON in the Iterator

Please refer to the following video tutorial for you better understanding of the Iterator action step.

 

farraday1

Member
Hi Supreme,

thank you, that worked for the iterator. I will try and see if the collected data is assigned correctly.

Here`s one extra question concerning Infinity: it it possible to create labels from data going trough pabbly?

Thanks
Timo
 

Supreme

Well-known member
Staff member
Hey @farraday1

Here`s one extra question concerning Infinity: it it possible to create labels from data going trough pabbly?
Could you please show the reference on how you want to process the Label with the help of a screenshot? So that we can look into it and can assist you accordingly.
 

farraday1

Member
Hey Supreme,

I will try with another workflow...

In this case I am trying to use my extracted hashtags for labels in Infinity.

This array format (picture 2) is the only one so far that hasn't thrown out an "format error". But the label field stays empty.

I´ve tried mapping a word directly (without array format) but I always get an error saying it`s the wrong format.

I´ve also tried mapping an image URL to be an attachement in Infinity - same problem (see picture "pabbly-attachment-infinity")

I've only achieved to fill date and normal text fields.

See my goal in picture 3.
 

Attachments

  • pabbly-hashtags.jpg
    pabbly-hashtags.jpg
    20.8 KB · Views: 49
  • pabbly-hashtags2.jpg
    pabbly-hashtags2.jpg
    12.7 KB · Views: 58
  • pabbly-hashtags3.jpg
    pabbly-hashtags3.jpg
    42 KB · Views: 51
  • pabbly-attachment-infinity.jpg
    pabbly-attachment-infinity.jpg
    72.5 KB · Views: 55

Supreme

Well-known member
Staff member
Hey @farraday1

In this case I am trying to use my extracted hashtags for labels in Infinity.

This array format (picture 2) is the only one so far that hasn't thrown out an "format error". But the label field stays empty.

I´ve tried mapping a word directly (without array format) but I always get an error saying it`s the wrong format.

Currently, the label attribute is not allowed to action events, as a workaround you can use the text attribute in infinity table columns.
 

farraday1

Member
Ok, thank you!

What would be the right format for a Link or Attachment? I always get this error:

Invalid data "https:\/\/scontent-lax3-1.cdninstagram.com\/v\/t51.29350-15\/289073428_541548941015553_4451792960828275854_n.webp?stp=dst-jpg&_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_eui2=AeEqKRsL_jDUyDQ2rZhjI2Nu3XH2X5qdPebdcfZfmp095vRxcp_oHJexZpRdwp2u0GY&_nc_ohc=ojVwKgt84owAX_7tlZD&_nc_ht=scontent-lax3-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AT80Cgpjk9utv2lRqgwOEs1nBePspAqLa-0TpVr8PjrmLw&oe=62BEE2B1" supplied to "attachments" attribute: Format not valid

I am using text as a workaround here aswell.
 

Supreme

Well-known member
Staff member
Hey @farraday1

Please check out the following screenshot on how you can pass the URL in the Infinity action step.

Kindly try this at your end and let us know if that helps you out.

1656565547657.png
 
Top