• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Specify which fields in BambooHR

P

Pabblymember11

Guest
Hey @Jerome

Could you please briefly elaborate on your concern once whcih you have specific fields/data want to retrieve?
 
P

Pabblymember11

Guest
Hey @Jerome

You are already getting the Employee Id in your Trigger response as Id.

Kindly check this once.

1657621770584.png
 
P

Pabblymember11

Guest
Hey @Jerome

Kindly share a screenshot of the same for reference, so that we can look into it.
 

Jerome

Member
Hey @Jerome

Kindly share a screenshot of the same for reference, so that we can look into it.
This is what I have in our BambooHR, which is Employee Number or whatever it's called, and it starts with an alpha, then 4 numbers.
 

Attachments

  • Screenshot 2022-07-12 at 18.53.21.png
    Screenshot 2022-07-12 at 18.53.21.png
    16.2 KB · Views: 105

Jerome

Member
I found the field name ... this is what i want .. Employee Number, not ID
 

Attachments

  • Screenshot 2022-07-12 at 19.28.26.png
    Screenshot 2022-07-12 at 19.28.26.png
    24.5 KB · Views: 93
P

Pabblymember11

Guest
Hey @Jerome

You can use the "BambooHR: Get Employee Details" action step to retrive the additional data from your Employee.

1657629091985.png
 

Jerome

Member
I am new to API & database etc ... but I would like to achieve the below, please advise steps because I failed after few attempts :

(1) Action gets triggered in BambooHR when there's a new employee added
(2) Action to perform > Checks if new employee's Employee Number exists. IF not, send employee's selected attributes to database in https://baserow.io. IF exists, updates database.
 
P

Pabblymember11

Guest
Hey @Jerome

(1) Action gets triggered in BambooHR when there's a new employee added

You can use the following trigger event for your concern.

2022-07-13_16h12_44.png


(2) Action to perform > Checks if new employee's Employee Number exists. IF not, send employee's selected attributes to database in https://baserow.io. IF exists, updates database.
You can use the Router action step for your work where you can make the condition to add or update the employee accordingly.


Further, if their application's rest API is available then you can build the action event with the help of API by Pabbly.
 

Jerome

Member
Hey @Jerome



You can use the following trigger event for your concern.

View attachment 13068


You can use the Router action step for your work where you can make the condition to add or update the employee accordingly.


Further, if their application's rest API is available then you can build the action event with the help of API by Pabbly.

I created this Workflow > BambooHR - Baserow
Individually it works, but it's not triggered when a new employee is created in BambooHR.
Can you check and advise ?
 
P

Pabblymember11

Guest
Hey @Jerome

Kindly try to recapture the webhook response again and then made a test submission to your workflow by creating a new employee.

Moreover, the Bamboo HR trigger event is a pooling-based trigger event that will take up to 10 mins to get the data from the application itself.
 

Jerome

Member
Hey @Jerome

Kindly try to recapture the webhook response again and then made a test submission to your workflow by creating a new employee.

Moreover, the Bamboo HR trigger event is a pooling-based trigger event that will take up to 10 mins to get the data from the application itself.
I done that, and it has been more than 3 hours ... I am not getting any updates.
 
P

Pabblymember11

Guest
Hey @Jerome

Could you please tell us that while trying out your workflow is switched on?

As we can see your workflow is in switched-off condition, kindly switch it on and then try again.

2022-07-15_10h22_47.png
 
Top