Microflow Activities Naming Improvement - Mendix Forum

Microflow Activities Naming Improvement

3

In microflow activity ‘Retrieve Objects’, when we retrieve a list, the list name is created by appending ‘list’ to entity name e.g., PersonList. If we change this activity to retrieve single object instead of list, it should automatically change the name and remove list from end of it. However what it does is to keep name PersonList for a single Person object.
Similarly if we change entity for this retrieve activity, the new entity name should reflect in the object/list name set by default. Currently name does not change if we change entity. 

And to avoid overwriting user specified name, this change should only happen when the name is in this format EntityName+’list’ i.e., the default name set and user hasn’t changed the names.

asked
0 answers