Im hoping to have a user select a single email from the autocomplete box, and once selected, run a query using the $Body (which hopefully is just a string of the email) which the $currentzoomperms variable is then set to. Once that’s done, I try to sync a table that’s using the variable $currentzoomperms.
I added the Show-UDToast for bug checking but it appears to be empty, anything apparent that I’m doing wrong?
The table successfully populates with the information on page load. When I click button2, I can verify that the $currentzoomperms object is being updated because it toasts with the updated info. Pressing Button1 does not refresh the table though.