Im working on moneybird to create a Sales invoice in Moneybird, But if i fill in all the information an error with this information is be shown.
'’Multiple possible tax rate ids have been found.'’
I dont know what to change in the filled in information? So if anybody knows how to solve the problem, let me know.
Kind regards,
Unieke
Best answer by williamBest answer by william
Hey @unieke uitjes, hope you’re well!
For this particular issue you’ll want to parse out the lines into individual items instead of returning them as an array in your code. This should allow you to select individual items in the dropdown in the following steps.
You can also use a Formatter - Utilities - Line Item to Text action to convert a specific items array into text. The Line Item to Text action is able to return each item in the array as an individually selectable item similar to our Split Text action: https://zapier.com/help/create/format/convert-line-items-into-text-strings
For this particular issue you’ll want to parse out the lines into individual items instead of returning them as an array in your code. This should allow you to select individual items in the dropdown in the following steps.
You can also use a Formatter - Utilities - Line Item to Text action to convert a specific items array into text. The Line Item to Text action is able to return each item in the array as an individually selectable item similar to our Split Text action: https://zapier.com/help/create/format/convert-line-items-into-text-strings