Hi.
I have crated one OIF Screen.
this screen title suppose to come dynamically based upon the Database values. Logic implemented but no values is coming into the Title.
Any idea what is the mistake i have done.

result = "Business Partner Organization : "+$data.ID+" - "+$data.Organization.CompanyName
Testing purpose i have tested like = result = "Business"
result = $data.ID.
Nothing is coming But ID and Organization.company Name having values.
