Hello, i have a situation where the file prompt is not returning “Attachment” whenever the validator fail. We have 2 environments, our dev environment is fine and it looks like this
file upload → validator fails → ask user again to reupload → Attachment shows
(sorry i cant attached more than 1 file since I am a new member)
but on our staging environment however, this happens
file upload → validator fails → ask user again to reupload → Attachment missing
Step1: After the File Prompt add a Text Node
Step2: inside the text node print —— url: {{variables.yourVariableName}}
Step3: Test out the same and verify if the URL is getting printed or not