sparse-intern-71089
02/03/2022, 2:06 PMmany-yak-61188
02/03/2022, 2:14 PMmagnificent-sandwich-15839
02/03/2022, 2:16 PMdamp-byte-39631
02/03/2022, 2:29 PMlittle-cartoon-10569
02/03/2022, 7:59 PMapply()
. interpolate is sugar around apply.
In order to get a string "out" of an Output<string>, you need to put your "out" code inside the interpolate or apply. That is, you cannot get at the string at the same level of code where you have the Output. You must be inside a code black or string interpolation inside the apply (or interpolate).