I have created a 'Test List' in SharePoint and have created a Flow to trigger when an item is created or modified. My goal is to capture the values of the multi-select choice field, but the dynamic content never shows the checkbox field 'Fruit'.

In my sample list called 'Test List' I am trying to grab the values of the column 'Fruit' and put them into an array that I can use to iterate through using an 'Apply to Each' action, but the problem I am finding is that inside Flow it never lists my column 'Fruit' so that I can use it. Not sure if I've done something wrong or that I just need to expose the data using expressions or something.
Thanks in advance for any help.
ADove