Refer to the exhibits.
The Set Payload transformer's value is set to {'year': '2020'}.
What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?
'#[The year is $(pay load .year)]*
The year is #[payload.year]'
'#[The year is " + paytoad.year]'
'#["Theyear is++payload-year"]'
Submit