Runtime execution error: message to large

when i run this simple process i get this error:
20.4.3

Message: Could not retrieve the result of the job execution. This might be because a message was too large to process.

Exception Type: System.Exception

RemoteException wrapping System.Exception: Could not retrieve the result of the job execution. This might be because a message was too large to process.
image

unsure why there is an error

@Rowley101

This will occur if you are trying large data as an argument

Check arguments and avoid mail arguments which could be a large data

Hope this may help you

Thanks

yes that worked. i changed the list output from an argument to a variable

1 Like

yes that worked. i changed the list output from an argument to a variable

i have tried to assign this variable to an out argument but i still get an error. is there a way to.

@Rowley101

I suggest to use only use variable instead of passing it as argument

May I know what you need to achieve?

Thanks

creating a library component to get mail messages from outlook on a server

@Rowley101

Already you have the activity to get the outlook / IMAP messages

As you are passing large data to argument which will not allow

Maybe you can use for each activity and pass that single mails

Hope this may help you

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.