If you chose Form |
---|
a. Under the Select Columns group, select the Distinct check box to return unique values in the column. This is optional. b. Under the Columns group, click Add, and in the Column list, select the specific column that you want to retrieve for the rows. Click Add to add multiple columns. Click to delete any column that you added. |
If you chose Assign JSON |
---|
In the Select Columns field, enter all required inputs in the {"distinct":Boolean Value, "columns":[{"columns":"string"}]} format. |
If you do not select the column that has a primary key and do not select the Distinct check box, the column with the primary key is still returned in the output schema. |
If you chose Selection in the Where Clause Using list |
---|
a. Under the Where group, in the Join Clauses by list, select one of the following options: ◦ AND—All conditions specified under the Attributes group must return true. ◦ OR—Either of the conditions specified under the Attributes group must return true. b. Under the Attributes group, click Add, and do the following: a. In the Attribute list, select the column that you want to filter. b. In the Operators list, select the appropriate conditional operator. c. In the Value field, enter the value of the column for the filter. Click Add to add multiple columns. Click to delete any column that you added. If you add the same attributes and select AND in the Join Clauses by list, the attributes are joined by the OR operator. |
If you chose Query in the Where Clause Using list |
---|
In the Where Clause field, enter all required inputs in the following SQL Query format: column1 = 'text value' AND column2 >= 13 |
If you select a table or view that does not have a primary key column, but has an ID column, the Get Rows action fails. |