Hi all, i've an issue with join pdf in power automate desktop.
I've build a flow that give from a bill of materials in excel all the values (code) of articles, put it in a list, copy the corrispective files from a net folder to a temporary folder in my local pc (C:\temp) and join all in a unique pdf.
Example:
A excel sheet contain in B column all the articles to produce a machinery.
example: 000.000.0001 in b1
000.000.0002 in b2
000.000.0003 in b3 etc etc
The files called 000.000.0001.pdf, 000.000.0002.pdf, 000.000.0003.pdf is stored in \\server\pdf\publishedpdf\
My flow collect all articles in B column of the spreedsheet, create a list with path of all, and join all.
But if my list is "short" (around 20-30 pdfs) it work correctly. Otherwise if the list is long (around 150-200 pdfs) it stop and get me the error "System.NullReferenceException"
Someone know why? Thank you