I dont think my web component is working


I have this block of code
The fetch function calls web1 get and shows the spinning bar
But the “when web1 got text” block never called
What did I do wrong?

Does your call fail with an error? For example error 1103? You can catch it in the Screen ErrorOccurred event

Taifun

Thank you for your response, I tried to catch error with notifier but It doesnt show anything

Try the TimedOut event to find out, if the call timed out
Taifun