In Power Automate, I need to use the SharePoint column value in the Expression formula so I tried to use the below formula to use the SharePoint list field in Expression but it's not working.
concat(items('Apply_to_each')?['Field Name'],items('Apply_to_each')?['Field Name'])
I also tried to use Compse to get column value from the SharePoint list in the compose expression below with no vail.
concat(item()?['Field Name'],item()?['Field Name'])
How can I add a field name in an expression in Power Automate?