This message was deleted.
# typescript
s
This message was deleted.
f
I think the plobem might be with the usage of the outputs, e.g. objectViewer.email. If the return type is Output it should be used like objectViewer.email.apply(v => v) to get the string value.