function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Charni Wiggins 9Charni Wiggins 9 

Flow Decision component does not read null variable correctly (file upload Id variable)

The screenshot below shows that there is no ContentDocId, but the Decision still reads it as not null? I just want to perform an update afterwards, if the file has been uploaded. Thank you

User-added image
Swiderski, ErikSwiderski, Erik
Running into the same issue here. Even if I set criteria to contains 069 (the first three characters in a contentdocumentid record), the flow always reads contentDocIds, and any collection variable I assign contentDocIds to as not null. Oh, and you cannot put in decision criteria that the contentDocIds (or the collection variable you assign the vaules to) field = [] because flow builder just doesn't allow you to. Did you ever find a solution?