Ok I have to be doing something dumb. I have read ...
# dotnet
b
Ok I have to be doing something dumb. I have read inputs and outputs a hundred times and I still can't figure out how to get an output value to resolve as a string when I need it to build a say a script value for another resource. I have tried
Copy code
var x = resource.prop.Apply(x => x)
t
Donโ€™t be hard on yourself: outputs are challenging and take time to get used to. Feel free to ask follow-up questions.
๐Ÿ‘ 1
๐Ÿ‘ 2
๐Ÿ’ฏ 3
b
Thx will do