how to print the values form custom component as a link in skill ODA?
Summary
I would to print value coming from custom component as linkContent
My requirement is to print the output from the custom component as a link.
Below out I am getting from the custom API. I would like to show each line as a link.
2019-10-21 to 2019-10-27 (29 hrs)
2019-07-08 to 2019-07-14 (.5 hrs)
2019-07-01 to 2019-07-07 (1.4 hrs)
Below YAML to print this output
Print:
component: "System.List"
properties:
options: "${Name}" #output from custom component.
prompt: "Below are the details "
transitions:
return: "done"
Here in this attachment considering all output as a link. I would print each line as link
0