Dynamic mapping for custom field type

Hi all,

I’m working on creating an integration with a third party application. I’m using custom fields to map a customer object to a monday board.

I have created a custom field in Monday apps with dynamic mapping

I have also created a custom recipe which which will work on this customer field

When I apply this recipe from the automation center, on clicking the customer variable it should show a mapping dialog. However, all I see is an empty dialog as shown below

Clicking on customer variable in this recipe

it show the following pop up

In my server, I can see /api/monday/customer/mapping being called and it returns the following json (image is the screenshot of console.log)

The body in the request is
image

I’m not sure why it’s showing an empty dialog. I found this post (Dynamic mapping using custom field type) where someone mentioned that changing the field ids to snake case apparently fixed it for them but it didn’t make a difference in my case.

Any help here will be appreciated. Thank you!

Actually, never mind, I was using inboundType instead of inboundTypes :sweat_smile:

1 Like

Hello there @pranavmehendiratta,

It is great that you found the solution for this!

Let us know if you have other issues or questions!

Cheers,
Matias