I’m facing an issue with my scenario in Make.com where I’m trying to count the number of words in a text extracted from a PDF. Here’s what’s happening:
• I’m using the CloudConvert > Convert a File module to convert a PDF to text. The conversion works fine, and I can see the text output correctly.
• I then use a “Set Variable” module to count the number of words in this text. When I run this module individually (“Run only this module”), it correctly counts the words.
• However, when I run the entire scenario, the “Set Variable” module doesn’t receive the text and shows a count of zero.
It seems like the text isn’t being passed correctly from the conversion module to the “Set Variable” module during the full scenario execution, even though it works fine when I run the module on its own.
Question
What could be causing this issue, and how can I ensure that the text is correctly passed between modules during the full scenario run?