HI
I have been struggling with a specific problem for the past few days, I’m sure it is most probably an easy fix but I am unable to figure it out.
I have a cava powerapp using forms where I update information and save it on a sharepoint site. This includes single line input as well as selecting multiple options from a dropdown combo box. This portion is working correctly as all the information is updated accordingly on the sharepoint site.
The second portion of my app is to view the information that is currently saved on the sharepoint site. I have a field where you update the dispatch ID (Datacardvalue2) and it pulls the information from the sharepoint site to the relevant fields through a lookup as per below example.

My problem is when trying to show the information that was selected from the dropdown combo box. Upon my investigations I did pickup that I should use the Concat function, something like this Formula: (Concat(ThisItem.'Site Feature', Value,","), however then I get the below error:

I would greatly appreciate it if you could please assist.
Thanks