I have created collection named as personalBatch from dataverse table which is having /Type/ optionset. I wanted to read option set value of First record in collection. Unfortunately Text and Value property is showing error.
personalBatch,
Filter(
'Personal Effect Batches',
Barcode = txtPlacePersonalEffectsManualBarcode.Text And Deceased.Contact = galJobsList.Selected.Deceased.Contact
)
);