Hi,
I have a requirement to increment the value based on previous value of some attribute of user in workflows. Tried but couldn’t see any possibility in workflows variable.
Appreciate for any suggestions or approaches.
Thanks
Hi,
I have a requirement to increment the value based on previous value of some attribute of user in workflows. Tried but couldn’t see any possibility in workflows variable.
Appreciate for any suggestions or approaches.
Thanks
Hi @PrashRV ,
Currently it’s not possible to increment the values in workflows.
Check this post where Sidharth suggested to use API approach with dependencies
Hi @PrashRV
Currently, there is no native “Increment” operator within SailPoint Workflows. However, as Theja mentioned, you can handle this via an external service.
If your organization uses Azure Functions or AWS Lambda, you can trigger an HTTP Request action from your workflow to an API gateway. The function can perform the increment (or any other advanced logic) and return the updated value back to the workflow.
This should be able to do what you need…within ISC, but not truly within workflow.