Suppose i click on save on a booking site and der is a popup showing my application is saved as with respective App Id so can i store the text and send it to backend?

I use get text but the value (app id) is different for different users how do i do that ? and how do i send the is to backend???

Hi @Arvind_Karthigayan ,

We would require to know the format of the text that will be presented in the Pop Up to correctly suggest the solution.

However, if the pattern of text is same always in the pop-up. You should be able to perform String/Regex manipulations and get the required value from it.