The following function call passes the property $vendor.name as an argument to the INITCAP function to capitalize the first letter of each word in the vendor name:
$function.call('InitCap',$vendor.name)
You can select a function in the
Built-in Functions
list to copy the function call syntax into the template at the cursor position.
To call an unconnected lookup, use the following syntax:
For example, the following expression passes the properties $item.id and $item.category as arguments to an unconnected lookup Transformation named lkp_ItemPrices: