Hello, all! I am new to Make and hope to find some help! I am trying (desperately) to use Make to duplicate an entry in Cognito.
Cognito Form Name: Expense Allocation Form
Action Button Name: Duplicate
Use Case: The Expense Allocation Form collects details about an outstanding bill. When a recurring bill has been paid, the report for the next bill needs to be created. I want to create a scenario that populates a new entry with the data I select from the existing entry when I update the existing form using the custom ‘Duplicate’ action button.
I have made several unsuccessful attempts to make this work. Can anyone help me with this?
Here’s an image of the most recent error:
Hello all! I added a screenshot of the error I’m getting with the hopes that it might make it easier for some kind soul to offer some guidance 
Hey @Juanita_Taylor - if you still need help with this, can you share two things please:
1. Form Output
- When you’re inside the error log like in your screenshot, click on the bubble above “Watch updates” module
- Then click the download icon > “Download output bundles”
- Select the entire content you get in the new window, paste it in a text file or document and upload the document here.
Note: Do this with a test form submission so you’re not uploading any private or sensitive data here in the forum.
2. Scenario Blueprint
- In scenario’s edit mode, click the 3 dots at the bottom next to the magic wand icon and “Export blueprint”
- It will download as “blueprint.json”.
- Upload the file here
The issue is probably just with how the fields are mapped in “Create Entry” module. Cognito supports some complex field types like arrays (repeating sections, tables) and those often need some manipulation if you’re trying to pass them to/from Cognito.
–
Cheers!