Good Morning,Afternoon,Evening

if(greater(int(formatDateTime(utcNow(),’HH’)), 17),

    concat(‘Good Evening ‘, outputs(‘Get_user_profile’)?[‘body/givenName’], ‘,’),

    if(greater(int(formatDateTime(utcNow(),’HH’)), 12),

        concat(‘Good Afternoon ‘, outputs(‘Get_user_profile’)?[‘body/givenName’], ‘,’),

        concat(‘Good Morning ‘, outputs(‘Get_user_profile’)?[‘body/givenName’], ‘,’)

    )

)