Hi everyone, how can I check in an app that a string inserted in an input field is contained in another string?
I need this control to pass as a check for an “If”
Hi everyone, how can I check in an app that a string inserted in an input field is contained in another string?
I need this control to pass as a check for an “If”
You can check this way
inputText.Contains("anotherString")
Note : - but on image wise if condition you can do like this
inputText="anotherString"
Default Text - MainPage.User.Value
Regards
Gokul
How can I use an asset instead of “FirstName”?
I meant an orchestrator asset, where can I find it to use on the “App Studio”?
Use this:
ourstringvariable.ToString.Contains(“your text to be found”)
I’m developing an App (by App Studio via orchestrator), not a process
As of now you cannot directly get assets in apps…you need to call a process at start to read the assets and store them in app variables and use
better would be given them as values in app variables only instead
cheers
Unfortunately this solution doesn’t work