Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
hi guys
I have a list like this below:
book is good
pencil is made by wood
door is open
window is closed
any way to find the Index of one of them with searching a word like Contains "book"?
I need to search for "book"
answer must be: "0" (Which is its Line number in the list)
i already got...
hi guys
I have a list like this below:
book
pencil
door
window
any way to find the number of one of them with list processing?
I need to search for "book"
answer must be: "0" (Which is its Line number in the list)
hi guys i hope you all good.
there is a dropdown option that with action designer I can only select them by value which is numberal and thepoint is thier texts which are some bank names
and the options are dynamic and changes at a random time.
my point is to find the bank name which i need in...
Been trying to figure out how to add text to all the lines in a list without having to do it one by one.
Does anyone know how to do this?
I tried add text" in list processing, but it adds the text as a new line instead of at the end of an existing line.
Example: Adding a comma "," to the end...
I'm trying to figure out how to create a table that has 2 columns, where one column has multiple rows of parsed data.
Example:
Does anyone know the best way to do this with table/list processing?