Check String array null or not?

I want to check String array null or not?

Example if have data —> I want to work then

image

But If not have data as below. → Go to else.

image

Hi @fairymemay

Use If Condition

IsNothing(Array)

Regards
Gokul

@Gokul001 I use condition that you suggest.
But go to else.

Can you share the Input file @fairymemay

@Gokul001 I don’t have input file.

In this case I want to check in folder Report in SharePoint have file or not as below.

Hi @fairymemay

Try this condition

Array IsNothing OrElse Array.Length = 0

Regards
Gokul

3 Likes

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