Error when running: Combined length of user strings used by the program exceeds allowed limit

Hi all,

I’ve build the attached automation. It throws me an error when I run it with all elements active. If I disable one of the 3 applications it uses, it completes fine.

Can anyone see what’s wrong?

This it the error:
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:

  • Unused extern alias.
  • Unused extern alias.
  • Unused extern alias.
  • Unused extern alias.
  • Unnecessary using directive.
  • Unnecessary using directive.
  • Unnecessary using directive.
  • Unused extern alias.
  • Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals.

NewBlankTask7.zip (6.3 MB)

Hi ,
I’m not sure of the solution . But i have seen similar explanation for C# code.

Might be because of all concat used altogether.

Thanks for the help! I’ve tried to read through that thread and while it’s closer to what looks to be happening here, I cannot figure out what is wrong. Wonder if anyone has some more info. :slight_smile:

I’ve made changes to the flow to try an limit the amount of strings and times I call the excel file. Attached. But it didn’t fix the problem. :frowning_face:

NewBlankTask7.zip (6.3 MB)