JérémyRenard
2 months agoNew Contributor III
Managing Group Company Exits in the User Workflow View
Hello everyone,
We have several companies that have been sold or dissolved.
To simplify users’ work, we would like to stop displaying workflows for these entities for periods when they no longer ...
- 1 month ago
Hi Jeremy,
Can you try using below logic?
api.Entity.Text(entityId, 6, 0, 0)
You also do not need to use .ToString again, because the return value is already a string.