How can I read list items in a loop and complex columns in a list item. Client requirment. Thanks proving more difficult than i expected.

How can I read list items in a loop and complex columns in a list item. Client requirment. Thanks proving more difficult than i expected.
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,
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌