Hello we have created a Customized tickbox in Bamboohr called ExtendedLeadershipTeam. How would add that to the Logic app? should i just add it to the API call in the list of attribute or can i add it to json array?. or is a custom field not able to be synced over from bamboohr since the field is not seen in the api documentation for bamboohr since it is a custom one?
Hello. Once you added this custom attribute, you can retrieve it using BambooHR API. Then in the Logic App you call call the API to get information about users and next do whatever is needed. Logic App is responsible for data (JSON) transformations.
Hello
we have created a Customized tickbox in Bamboohr called ExtendedLeadershipTeam.
How would add that to the Logic app?
should i just add it to the API call in the list of attribute or can i add it to json array?.
or is a custom field not able to be synced over from bamboohr since the field is not seen in the api documentation for bamboohr since it is a custom one?
Hello. Once you added this custom attribute, you can retrieve it using BambooHR API. Then in the Logic App you call call the API to get information about users and next do whatever is needed. Logic App is responsible for data (JSON) transformations.