I was checking the context variables in workflows, and I can’t find the custom domain name.
Is this missing?
Context: saving the URL of collection items in back-end for sending emails based on back-end triggers.
Thanks!
I was checking the context variables in workflows, and I can’t find the custom domain name.
Is this missing?
Context: saving the URL of collection items in back-end for sending emails based on back-end triggers.
Thanks!
Hi @felix
I think what you’re looking for is the current page paths variables:
In the example above, I’m on a collection page with the following URL configuration:
Does that help?
Hi Joyce,
Thanks for your answer.
The issue I have is when I test workflows, it writes the editor path in my backend database, leading to potential errors in the production env.
Ideally, the path in the context variable should be the production path (with the custom domain).
Best,
Felix
Here’s a video that I think might help: Video for Felix — Tella
Let me know if not
I’m incredibly grateful you’ve done this video for me!
Yes, that could work, but:
It works fine in production so there’s nothing problematic here, I was just trying to optimize.
Thanks again!