Hi
I'm still quite new to PowerApps but trying to improve the Apps I'm making for my company.
I'm using an HTML box to grab information selected within my app to produce a PDF.
Everything works fine other than trying to grab the data for 'Parts used'.
'Parts Used' is of type: Choice in MS Lists that allows multiple selections.
'Parts Used'.Value doesn't work, the data doesn't come through and I get the red wavy underline at the .Value.
What does work is: 'Invoice Required'. This is of type: choice, without multiple selections. (as it's a yes or no answer)
'Invoice Required'.Value does work.

What would be the correct keyword to use at the end of 'Parts Used'? I believe the multiple selections "allowed" is causing this issue.