Forum Discussion

JérémyRenard's avatar
JérémyRenard
New Contributor III
8 days ago
Solved

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 ...
  • Michal_CPM's avatar
    1 day 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.