Hi @comsys
assume this is the sharepoint list

now we will try to read it from PAD
First we use get items to get list of all items present in list.

Now output is an array with value property

Now we access the value property and loop through it like below

Now if we go through how each CurrentItem Variable looks like ?

this is just part of values which are important as per our need.
Now choice column value is present as custom object type so you can access it like below

Note - I have observed that if column of a list item is not having any value > then for that item that column key won't be present,