Hi all,
I have a testproject where I call a microflow in an entity attribute (mypassword) i.o. to generate a password. In this microflow I call a Java action and use the randomhash fucntion from community commons and a substring function to get a 6 char random password.
What I would expect is that on creation of a new record; this microflow would be called. However it looks like the microflow is executed for every record. When I test my app; when created a new record every password is changed for the entire entity. When deleting, all passwords changed again., etc. Is this common behaviour or a bug ?
Thanx.