Forum Discussion
powerplatform1640
Oct 09, 2024Copper Contributor
SharePoint List Customize Form using Power Apps opening in small popup
SharePoint List Customize Form using Power Apps suddenly opening in center of window and very small size. working fine till yesterday
bu11frogg
Oct 11, 2024Brass Contributor
I was able to provide a work-around (though users are a little confused about it) by adding some column formatting with a button that opens the list item in a new tab using DispForm.aspx (EditForm.aspx would not work; it doesn't save the changes).
The button's attributes are like this:
"target": "_new",
"href": "='https://company.sharepoint.com/sites/SiteName/Lists/ListName/DispForm.aspx?ID=' + [$ID]"
The button's attributes are like this:
"target": "_new",
"href": "='https://company.sharepoint.com/sites/SiteName/Lists/ListName/DispForm.aspx?ID=' + [$ID]"