Duplicating TypeForms

I’m trying to create a simple automation with the Typeform integration, where I have a standard Typeform, and I will duplicate it based on some triggers in Monday, changing a few variables. What I’m doing here is fetching the standard Typeform and creating a new Typeform with a different name. But when I execute it, it’s returning a validation error for the ‘type’ parameter; however, I can’t find where to configure this ‘type’ parameter in the Typeform module. Has anyone encountered this issue before?

To trouble shoot something like this I would first start by switching all the fields to select instead of mapping.

Then I will run the module and download the input bundle. The input bundle will tell me the format and structure everything needs to be in.

From there I will go through my values and they mathc thr format and structure of what was in the downloaded input field.

Hope this helps!

This helped me identify the problem. There is a field type in Typeform called ‘Net Promoter Score’, but when I try to submit the field with the type ‘nps’, the Typeform module says that the value doesn’t match any valid type. I believe the module hasn’t been updated to match the current valid types in Typeform.

I’ll try the classic way: Build the request body and send a call through the classic API.

1 Like