The flow control makes it finds users. To use the flow control, drag it to the Studio screen from the menu on the left.
Find user control icon at Flow Tools
How it looks like on the Canvas
Remarks
The next flow control of the control is used to send something to or send it for approval. This control has a Connection at the end of the control. The resource result of the Connection must be chosen as No Requirement.
Properties
Text: The text that appears on the screen is written here.
Type of Operation: The type of approval is selected. If “and” is selected, all selected users must pass approval. If “or” is selected, one of the selected users must pass approval.
SQL Query: This is the section where the SQL query will be located where the user ID fields will be located.
Example Used
This control appears as follows when you put this flow control to the screen. Type of operation is selected as “AND”. Thus, this control sends the next flow step to all users whose ID is written. This control makes it chosen users for the next flow control.
“UserID” is written in this SQL Query area. You can filter these “UserID”s with a WHERE clause. One or more users can be selected as “UserID”.
Find User control’s SQL Query property