Skip to content

Commit 42f9261

Browse files
committed
2099509
1 parent 60584dd commit 42f9261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/portals/configure/load-form-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This provides a way to associate the current record being created or updated by
8585
| Entity Logical Name | The logical name of the reference entity. |
8686
| 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. |
8787
| 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> |
8989
| 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. |
9090
| Query String Name | Parameter name provided in the Query String of the URL to the Web Page containing the Web Form. |
9191
| 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

Comments
 (0)