Skip to content

Commit ee44a3c

Browse files
committed
Review: replace object wording with value to be more generic
1 parent 6d32f32 commit ee44a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/show-page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ You can also open the dialog box by double-clicking the activity, or right-click
4545

4646
### Page
4747

48-
The [page](/refguide/page/) that is displayed to an end-user. If the page has parameters, the [Parameters](#parameters) section allows you to specify the which objects should be passed to the page.
48+
The [page](/refguide/page/) that is displayed to an end-user. If the page has parameters, the [Parameters](#parameters) section allows you to specify which values should be passed to the page.
4949

50-
To create a new page that **Show page** activity will show, click the **Select** button > **New**. Studio Pro will ask you whether you want to pass a variable as an argument to the new page. If you select a variable to pass, Studio Pro will automatically create a page parameter of that type and a data view to edit that object.
50+
To create a new page that **Show page** activity will show, click the **Select** button > **New**. Studio Pro will ask you whether you want to pass a variable as an argument to the new page. If you select a variable to pass, Studio Pro will automatically create a page parameter of that type and a data view to edit that value.
5151

5252
### Page Title
5353

@@ -72,7 +72,7 @@ Often you need to have control of page history, for example to show the correct
7272

7373
### Parameters Section {#parameters}
7474

75-
Depending on the selected page, you will see a list of its [parameters](/refguide/page-parameter/). For each parameter, you can configure a variable or expression to specify which object should be passed to it. These objects are used by [data views](/refguide/data-view/) with a page parameter data source. If only one variable of the expected type for a certain parameter is available, that variable is automatically filled in.
75+
Depending on the selected page, you will see a list of its [parameters](/refguide/page-parameter/). For each parameter, you can configure a variable or expression to specify which value should be passed to it. These values are used by [data views](/refguide/data-view/) with a page parameter data source. If only one variable of the expected type for a certain parameter is available, that variable is automatically filled in.
7676

7777
## Common Section{#common}
7878

0 commit comments

Comments
 (0)