Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action displays to the user a form with fields to be filled in. After filling in the fields, the user clicks the "OK" button and the action saves the entered data.

Action icon

Image Modified

Action parameters

...

  1. The "Modal window result" checkbox - True if the "OK" button was clicked, otherwise False.

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Window fieldsDictionary key, value. Where is the key of this string, which specifies the name of the field in the output form. Value - the value that will be displayed in the field for changing the form. The field is of the same type as the value. The number of fields displayed will be equal to the number of selected values. After saving, the values ​​in the dictionary are updated.Robin.Dictionary
Yes
TitleThe title of the modal windowRobin.String
No
Results
Modal window resultTrue if the button «OK» was pressed, otherwise FalseRobin.Booleantrue

Special conditions of use

...

It is necessary to get the data of full name in the process of executing the robot scheme. We use a variable of the dictionary type for this purpose:

Solution 

Use the "Data entry form" and "Get value" action. 

...