How to update configuration object value in rules

As we can store key/value pair data in setting and can access these data object in rules using configuration.Id. I want to know can we change value of this object in rules as per needed. S onet time i will access that object i will have updated value not the old one.

Hi rashid,

Take a look at our deploy-cli tool (Deploy CLI Tool)

This will deploy all configuration, including rules data.

John

1 Like

I was talking about these fields. Can we change these fields value in rule? Actually my requirement is to get value from this fields update the value with increment of 1 and again save new value back in this fields.

Try the app, user or client metadata instead of these fields

These fields are configuration fields and shouldn’t be changed by rules.

The metadata fields can be changed by rules:
https://auth0.com/docs/rules/guides/metadata

John

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.