AsJEnumerable' is not a member of 'JToken()

Hello everyone,
I am getting an error while compiling.
Error: AsJEnumerable’ is not a member of 'JToken()
image

Please help me to solve this error.

@Guru_Koli21,

It seems some arguments are null or not passed correctly. Show the code/activity throwing this error.

Thanks,
Ashok :slight_smile:

1 Like

Thank you @ashokkarale for quick reply.

This error occurs at the initial stage while compiling. I am not able to find out exact activity/code where this error is happening.

Hi @Guru_Koli21

May I know at which activity the datatype of JToken variable is used and what you specified in that activity

1 Like

@Guru_Koli21,

Is there any custom library you are using in your code? I think that could be the root cause.

Thanks,
Ashok :slight_smile:

1 Like

Hi @pravallikapaluri @ashokkarale ,

exception.message passed to email body in “Send Email” activity but it was not under catch scope.

Resolved.
Thanks :handshake:

1 Like

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