I want to create a generic process model for update constant. I used update constant smart service as it required constant as input which is of type content constant. so i want to pass constant as process parameter.
is it possible or is there any other way to do this?
Discussion posts and replies are publicly visible
I would as a general rule avoid updating constants and would suggest using a database field instead. Updating a constant creates a new version and having many versions of an object can cause performance issues down the line.