Error in automation

Hi Tape,
We encounter an error while trigger an automation, when saving new record it will trigger the task creation. The error was in our task creation. see error below:

[07:27:46.679] Filters setup failed with error:
Failure Reason: ASSEMBLING_VARIABLES_FAILURE, Original error message: ā€˜2 duplicate variable name(s) detected: individual_tax_return_field_purchase_date_2_has_changed, individual_tax_return_field_purchase_date_2_value. This is an issue with Tape, please contact support.’

Please Help

Thanks

1 Like

Hello.

Can you print the filter section of the workflow where the error is happening, if you’re using it?

I think a printscreen of the structure could help, I’ve never seen this error before and it looks like there’s some kind of error at the variables used to filter, according to the log.

1 Like

Hi @comfreakph,

thank you so much for reporting this issuešŸ™ And also thanks to @toni for already jumping in with the right questions.

To be able to dive deeper, we’d also need exactly the information Toni already mentioned, in which section of the workflow the error is happening. If you could share a screenshot of that part of the automation or send us the automation ID, that would be super helpful. With that, we can trace it in our logs and analyze in depth what caused the problem.

Thanks a lot for your support here, we’ll make sure to look into it as soon as we have these details.

Best regards,
Leo

I got this similar now as well.

Action setup failed with error:
Failure Reason: ASSEMBLING_VARIABLES_FAILURE, Original error message: ā€˜Unavailable’

Quickly explained:
Trigger - Other Automation calls in ā€œPersonalMonatā€
Filter - Run only, when Link to ā€œPersonalkonditionenā€ is empty

Steps:

  1. Get related record ā€œPersonalā€
  2. Get related record ā€œMonatā€
  3. Search for record in ā€œPersonalkonditionenā€, where:
    ā€œPersonā€ field links exactly to the same record as the ā€œPersonā€ field in ā€œPersonalMonatā€
    ā€œGültigā€ (Range) is at or before ā€œFirst Day of the monthā€
    ā€œGültig bisā€ (Single Date) is at or after ā€œLast Day of the monthā€
  4. Count amount of found records
  5. If there is any record, update the record with the Link to ā€œPersonalMonatā€

Maybe the two different link fields pointing to the ā€œPersonā€ as a comparison are causing it?

Potential problems:

ā€œGültigā€ is a date range - I only need the start.
ā€œGültig bisā€ is a single date - which might be empty, which is ok for the application, but not for the automation (no ā€œor emptyā€).

I tried to turn it into a script.

  1. I had ā€œrecord_collection_personalkonditionen.ā€ missing as not defined. Solved it by placing an empty block before. Quite hacky, but seems to work.

image

  1. I changed the script to pull the right value (start) from the ā€œGültigā€ date range field.

But still, that didn’t solve it.