Invoke Code does not work

Hello everybody. Until yesterday my automation worked normally. Today any Invoke Code I use returns the error below:

Invoke Code: Method not found: ‘System.Collections.Immutable.ImmutableArray`1 System.Reflection.Metadata.MetadataReader.GetBlobContent(System.Reflection.Metadata.BlobHandle)’.

thanks for the help

@Alexandre_Otavio_Zanon

Did you happen to change the dependency or change the compatibility?

looks like some array youa re tyring to manupulate…please identify which row is causing issue and convert array to list and modify and then re assign as array

cheers

it doesn’t even work with an empty Invoke Code.

image

Hi @Alexandre_Otavio_Zanon ,

Is it possible for you provide us with the workflow so that we can test it from our end ?

Also, do mention the changes done to the workflow/Project that was done after yesterday.

@Alexandre_Otavio_Zanon

With empty invoke also youare getting same error?

cheers

There was no change in the flow. If I create an empty workflow and just call the Invoke Code it already brings this error. So it happens in the activity itself. Even with an empty Invoke Code.

@Alexandre_Otavio_Zanon

Can you try changing your system activities and check if issue persists

Please let us know the studio and the package versions

cheers


image

@Alexandre_Otavio_Zanon ,

With the Given data of the dependencies used, did tried and checked it out and it did work out from my end. Did not receive any errors.

We would like to know more of what was the Process performing or what was happening in the Invoke Code activity in addition to the already mentioned :

Hello, I’m facing the issue with the Invoke code activity, by any change were you able to find a workaround to fix it?