I have a field in my identity and after ten days I need the field to be updated to another value

For example, after ten days, the field is updated to the static value (“—”)
is possible ?
I have a field in my identity and after ten days I need the field to be updated to another value

For example, after ten days, the field is updated to the static value (“—”)
is possible ?
upon some condition we can do that, but are you really want to populate Password or just want to leave blank?
Hey Guilherme,
You can handle this natively in ISC by using the Wait Until workflow action. This lets you pause a workflow until a specific date and time—so you could trigger the workflow when the field is first set, wait exactly 10 days, and then update it to the static value (“—”). The Wait Until step requires the date/time in ISO8601 format, and both the Date and Time fields should reference the same timestamp variable for accuracy. You can find full configuration details in SailPoint’s Wait Until documentation. The maximum allowed wait until period is 30 days. Use ctrl-F on the documentation and search “wait” or scroll all the way to the bottom of that page.
Alternatively, you could achieve this with a custom lifecycle state transition. Have a date set for when the transition occurs and then have the attribute update during that transition.
A final, less elegant, option would be to use an external tool to call the API endpoint for identity attribute updates on a scheduled basis or based on some logic.
Whatever, I just need to update the field after ten days
It doesn’t matter, I just need to update the field after ten days.
I’m trying to perform a transformation; I need to get the identity creation date.
and valid if the date is more than ten days ago.
What is your condition?
You can handle it by an identity attribute if you need to change few days after account creation, or you can use startDay from identity if its a few days after admission
After 10 days from When?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.