You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/configure/load-form-step.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ This provides a way to associate the current record being created or updated by
85
85
| Entity Logical Name | The logical name of the reference entity. |
86
86
| Target Lookup Attribute Logical Name | Logical name of the lookup attribute on the target entity being created or updated. <br>**Note**: Do not specify a relationship name if you specify a Target Lookup Attribute Logical Name. |
87
87
| Populate Lookup Field | If the lookup regarding the reference entity is on the form, checking this value will populate the field on the form with the value retrieved using the setting below. |
88
-
| Source Type | One of the following values:<ul><li>Query String</li><li>Current Portal User</li><li>Result From Previous Step</li></ul>Selecting Query String requires a parameter name that must be provided in the query string of the URL to the form. This can be specified in the **Query String Name** field. If this parameter is the primary key then select Yes for the **Query String Is Primary Key**, otherwise select No and provide the logical name of the attribute on the target entity to query by specified in the **Query Attribute Logical Name** field.Selecting Current Portal User will retrieve the contact record for the current authenticated user. Selecting Result From Previous Step will retrieve the record created as a result of the step prior to the current step or from a specific step based on the step associated with the Entity Source Step.|
88
+
| Source Type | One of the following values:<ul><li>Query String <br> Selecting Query String requires a parameter name that must be provided in the query string of the URL to the form. This can be specified in the **Query String Name** field. If this parameter is the primary key then select Yes for the **Query String Is Primary Key**, otherwise select No and provide the logical name of the attribute on the target entity to query by specified in the **Query Attribute Logical Name** field.</li><li>Current Portal User <br> Selecting Current Portal User will retrieve the contact record for the current authenticated user. </li></ul> |
89
89
| Reference Entity Step | The Web Form Step record of a previous step to retrieve the entity created or edited in that step to associate it with the record for this current step. |
90
90
| Query String Name | Parameter name provided in the Query String of the URL to the Web Page containing the Web Form. |
91
91
| Query String Is Primary Key | Yes indicates the Query String value is the Primary Key value. No indicates the Query String value is an attribute type other than the Primary Key. |
0 commit comments