How to add web data to an app?

Hi all, how are you?.

I have an app where I have to input manually some data coming from a web page, so, is there any function that allows me to extract info from a web page?.

thanks in advance for the help

HI @vramirez80 ,

Could you please share some more clarity over how " data coming from a web page"?
So that we can suggest the possible configuration.

No.

One way to do it is to use Apps Script though it is not a ready-made function to retrieve data from web pages.

Basically I need to retrieve info from the body of an html document, something like the text inside brackets

Thanks, I was thinking in use a sheet formula to extract the info that I need when I need it, I’ll try and I’ll come to the outcome