New-UDTable -OnRowExpand Refresh?

Is there a way to refresh the content of the expanded element?

For example, I have a table which displays some basic user information. When expanded, it shows more details information, and gives actionable buttons. As opposed to putting individual elements in a UDDynamic, is there a way to just refresh all the data in the expansion?

Product: PowerShell Universal
Version: 3.7.9

Could you just wrap what is inside the expansion in a dynamic as a whole?

Yeah, that works, but I have a feeling that it’s redundant. When the row is expanded, it’s triggering a dynamic element in some way shape or form and executing the script block. Just looking to optimize things a bit.