I'm trying to create a custom workflow action which requires a file as an input field. I know that it's possible to use a contact property of file type, for example. But in my case this file always needs to be the same for any workflow execution.
I found that I can create a workflow property of file type. And now I wonder if it's possible to access workflow property value somehow from the action?
If I'll create an input field definition like the following, it allows me to select only contact properties, but not from the workflow.
@kronst - If I am understanding correctly, based on your saying "But in my case this file always needs to be the same for any workflow execution." instead of using a personalisation token pulling a value from a CRM property into the code can you not use the file URL in the cosed instead, so it is the same across all workflow enrollments?
@kronst - If I am understanding correctly, based on your saying "But in my case this file always needs to be the same for any workflow execution." instead of using a personalisation token pulling a value from a CRM property into the code can you not use the file URL in the cosed instead, so it is the same across all workflow enrollments?
As a result I just want to create a custom action where user could select a file that will be used in an action execution. But I like the idea of approach when customer specifies the direct link to a file. 🤔 This could even reduce the complexity of execution implementation. I'll discuss this point with my team.