Needed help!!
How can I create a search box where I insert an record and if that record is not available then whatever I searched should get saved.
for eg: If I have a static search box with the names of “Fruits”. List of Items are Apple, Banana, Grapes. Now I want to search for Kiwi but it is not in the list but I want it to be saved to the search list.
You can use the regular search box for that. And tick the box for "allow
Then you can handle what was new by using “typed text” and add it.
@NigelG Thanks for the response…!! Basically when I select “This SearchBox’s typed text” It is given me an invalid command as is Showing me in Red.
You probably want to do something like search for something using “typed text” and if not found then add it.
This topic was automatically closed after 70 days. New replies are no longer allowed.