manohar
5 years agoContributor
Pipeline Monitor API to Excel Multi Sheet Formatter - pipeline
Hi there,
I built a simple pipeline to extract all the pipelines from my dev org and write into a excel file.
I have 2 types of pipelines and trying to write into different sheets of excel using Excel Multi Sheet Formatter.
But when I use it gives me Null pointer exception as its not accepting the input.
May I know what I am doing wrong here?
attached the pipeline I built
Thanks
Manohartest2_2020_10_20 (1).slp (26.8 KB)
Thanks Sowmya,
just found out that the issue is because od fontconfig missing on the snaplex; based on the https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439015/Excel+Formatter
once I added that, it worked.
Thanks again for looking into it.
Manohar