Uri format for Pdf to Sendgrid

In your first screenshot your code will always returns undefined as value to use in the next step.
You need to await your value to return it in the same js action (remember that any weweb js action is an async function).
It requires knowing how to use promises

1 Like