Object reference not set to instance of an object for assign activity

not working “yourvariable” means exactly which one ? i stored my outputDT in StringContains
like this :point_down:

Do you mean like you want to check whether that variable has any value or not
@Mayur_Pawar

1 Like

yes if any value then it will proceed further else show error message

1 Like

Awesome
Then we can check like this itself
NOT String.IsNullOrEmpty(Yourvariable.ToString)

If true it will go to THEN part means having value in it or goes to ELSE part means no value in it

Cheers @Mayur_Pawar

1 Like

no its not working
@Palaniyappan

Is that message box showing any value for that variable
Cheers @Mayur_Pawar

shall i share you workflow ?

Yah @Mayur_Pawar

Main.xaml (16.7 KB)

if you open its the “main sequence” is mine one

any output @Palaniyappan

1 Like

Let me check once buddy
Cheers @Mayur_Pawar

1 Like

i saw your workflow buddy
butt i wasn’t able to locate the IF activity
may i know where we are facing the issue

Cheers @Mayur_Pawar

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