Creating a Attribute from an Event Handler

0
Hello,  I am currently trying to setup a scenario for when I create an entry in one database, a microflow would then create a new attribute in another entity, and default it to an integer. Is this possible? Or can I create a form that would then allow for the creation of an attribute? 
asked
1 answers
0

Attributes can be created design time and not in runtime. The datamodel can’t be changed by using microflows.

You could create something like this, depending on the functional result this could be a fit, by creating a name value pair table that allows you to define the name and value for the new attribute. 

answered