I have been trying to set up an automated process using Zapier that takes specific order information from Printavo, identifies particular order types through a pattern in the naming convention (like "SP-" followed by a number), and then creates individual tasks or items for each distinct order in Monday.com.
Initially, the setup was not capturing individual order identifiers like 'SP-1' from Printavo to create separate tasks in Monday.com. Instead, it was grouping them into a single string, which wasn't the intended outcome. Also, within the Zapier code step, I've faced a 'TypeError' related to the .split() function, indicating trouble parsing the order information. Any ideas on how to resolve these errors and ensure the setup can handle a range of order formats?
Zap Overview:
Example of the input data:
The error message:
How code step #5 is set up
Looping Step Details:
Monday.com Step Details:
Example of how the end result looks in Monday.com