I'm building flow that generate sms message that will take some parameters (for example: name if entity account and fullname if entity is contact)
the problem I faces that I'm need to send column name as parameter and while generate sms message get name from account entity or fullname from contact

where parameter value display as string as
clint: @{items('Apply_to_each_Account_-_dynamic')?['name']}
I need to send the previous string in runtime and flow understand as in image