ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Expressions — Templates & NCalc Quiz
Question 1 of 10
Score: 0/10
A step input is written as
label: "Shipment #{{ inputs.shipmentNumber }} — {{ inputs.customerName }}".
What type does the
label
field receive?
A raw object preserving each variable's original type
A string produced by interpolating both values with .ToString()
A list containing the two resolved values
An error, because only one
{{ }
{{ }} is allowed per input value
Check Answer
Previous
Next Topic