Main things I changed, the -OnClick parameter, I put a New-UDEndpoint inside that, which let’s you run script logic. I’d recommend this article by @psDevUK, for some better info on endpoints (https://psdevuk.github.io/ud-flix/Content-vs-Endpoint/)
Set the $txtMessage variable to be the value of the Get-UDElement, since even if the field is empty or null, Get-UDelement will return a powershell object, so it technically will always have something in it.
Hope that helps.
I think the “onclick” event is an endpoint in it’s own right as it runs the code inside the script block each time you click the button so I’m not sure if you need an endpoint within it.
Struggling with the same issue. However I find the issue intermittent, meaning I have two buttons leveraging -OnClick to set the value of a variable from the same Get-UDElement target. One of the buttons works, the other dosent… I have been poking at this with sharp sticks for quite a while but the struggle is real when the output is either null or as expected… sometimes for both, none, or only one of the buttons?!
I’ve actually wrapped my table with New-UDDynamic, which seems to have helped out a lot! As of right now I have not seen the intermittence issue crop back up but will post again if I do.
-Do appreciate the follow up though and details regarding the additional thread!