PDF Generation

tvinci
New Member

Hello,

I have set up everything necessary to generate a PDF, but I am not receiving an email with the PDF. What did I do wrong?

Thanks.
Tiffany





0 4 153
4 REPLIES 4

Not sure your apps whole structure, but through your screenshot, I observe one error in expression

3X_7_5_75cd9b9c96ec4080ccb30a15988449156b6d5636.png

first, syntax error.
It s correctly isnotblank([_thisrow])
However, it wont work, as we dont know what [_thisrow] will be. You need to specify the exact name of the filed in this expression.

isnotblank([ActualFieldName])

At least worth trying to correct this part to see how it goes.

Hello @tsuji_koichi

Thanks for your response. I tried removing that expression completely but it still doesnโ€™t work.

-Tiffany

Steve
Platinum 4
Platinum 4



@tvinci Is your app still a prototype? As I understand it, prototype apps only send the email to the app owner not anyone else listed to receive it. But, if you are the app owner, you should still be getting the email.

Top Labels in this Space