updatePopup
Updates an existing popup in the service with the given name. Does nothing if popup does not exist yet.
Available for
Model-driven apps
Syntax
updatePopup(name, newProps)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
name | String |
Yes | The name of the popup you're trying to update. |
newProps | Popup | No | The updated properties to give to the popup. |
Related articles
Popup Service
Power Apps component framework API reference
Power Apps component framework overview