Option Strict On disallows bindin

Hello,How did this error come about?please some one help

we assume that a for each is involved and you will have to set the typeargument to the right datataype

@shenyu

Check this thread

Hope it helps!!

A wild guess: You are dealing with JSON and the TypeArgument would be JObject

Hi @shenyu
Try to change the data type of your variable

Yes, “Name” is a JSON type. Why is there no option to change the type of “Name” on the right-hand side of this loop activity?

Often a combination of a particualar Studio Version and a UiPath.System.Activities Package Version. Try with a stepwise upgrading the Package

@shenyu

Delete the for each and give again.

Hope it helps!!

@shenyu

In your loop try using .Cast(Of Jobject)

Cheers

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