Skip to main content
Solved

How can i check if a list variable of string type is empty or not


I have to check a list variable of string type, whether it is empty or not using if condition

2 replies

Userlevel 1
Badge +5

It is solved now

Userlevel 1
Badge +4

Hi mdsahilkaif,

 

You can use record variable as well instead of list type.

Reply