Suppose, I have 2 Screens. First one = Screen1, Second one = Screen2. So I want something that, New Downloaded user will see the Screen2 for the First time after that they will always see the Screen1 & Already downloaded users will see the Screen1always.
All the green blocks are same.. in such case why don’t you create one procedure and move all the green blocks into procedure and put procedure block alone in both places..
Also in both places green blocks conditions are same then why do add like that???
After putting text in textbox and user will hit button for search know, in that block , when user clicks the button just use contains text block. If it not contains https:// then just use join block. However user will put without https only to 99.99%
When users successfully downloaded save the details such date, name and all in tiny db. Then use dynamic component extension to show just like what you have shared in the image
Already plenty of guide is there to extract text from download link in our community
When first time users successfully downloaded then save this detail also in tinydb and recall in screen initi
I understood what you are saying, but look at my blocks, If I make a condition like yours there’s may be problems..
Now, User types https://www.example.com then it automatically redirects to the Website. But if the User types only example.com then it redirects to https://www.google.com/search?q=example.com. So Basically I want something that will redirect domains & urls to the website & Keywords ( Without https or http ) to Direct Search.
When button 1 click, If not contains text (text box text) piece (https://) Then
Set text box text to join https://+text box text Else
set text box text to text box text
And what will happen if textbox text is https://www.googole.com, checkin text contains . will be true and so the result willl be https://https://www.googole.com
There’s an Extension called isUrl, by this url you can define when Line starts with https or http then it will directly visit to the website not the former condition.
I don’t have any idea about tinydb, how it works? Nothing, So if You guys can create this system for me and send me the aia. It will be very delightful.