Can't apply ID on Table Inside Dynamic Region

Product: PowerShell Universal
Version: 1.5.14

Hi all

I am currently working on a way to dynamically update a table’s content depending on which button has been clicked.
Everything works fine as long as I don’t include an Id for the table itself. Now I need the Id because I need to retrieve the selected rows once the confirm button has been entered. and a condition if none are selected → prevent advancing.
To my knowledge, this is only possible with the Get-UDElement option. Which requires an ID…

Below some illustration for more clarification around the topic.

Thank you for your time.

Kind regards.
Frederik

I’ll take a look at this when I get a chance. What error are you seeing?

Hi Adam

Thank you for replying and that you want to take the time to look into this!

The error that I am having is provided in the image below:
image

Removing the ID results in this working.


Noteworthy, The error throws when clicking another button (only when the id is applied).

Kind regards.
Frederik

Thanks. This is definitely a bug and I will get it resolved.

Thank you Adam for looking into this.

hi Did this get resolved, I have the same issue