We are currently building an application using Mendix Workflow. As per our requirement, we need to access the unique primary key of system workflow tables in microflow and in Email Template as well. However we can not access the ‘id’ attribute, neither through microflow nor through email template configuration UI. The attribute is missing from the available attribute selection list. Please refer below screenshot. The id column is visible when select query is executed in DB. We are using MySQL DB. Can you please help me with a way to access the primary key id from Mendix System tables? Mainly we require to access the workflowusertask table’s primary key to access unique task ID.
asked
anushree sarkar
1 answers
0
Hi Anushree,
You can use the community commons module from marketplace GetGuid function.