How to get data, with empty data

hi,
need some backup here, i create sequence to capture data on Web and Get Text to excell as usual, there’s no issue for that.
The issue is when try to capture data on Web but the result is blank or for exactly no colom appear. Please Help. Many Thanks.!
Ask|690x297

@Felix_Gunawan
welcome to the forum
is the question about how to detect if an empty result is scraped?

Yes Correct… what should i do.
Because when i try Run File then meet empty condition with no data. It Stops.

@Felix_Gunawan

Use Get Text with the Posted Total column and check if the data is null or having some value

Then you can proceed with your automation

Hope this may help you

Thanks

H! @Felix_Gunawan

Yeah exactly it will stop,so you need check that wheather it has null or having the value or text
Fo that one

1.Take - if activity and keep the condition same as
below
= string.IsNullorEmpty(yourvariable)

Cheers