attribute data

0
How to combine two attribute values for example name and title are two attribute we have merge like(name-title)data
asked
2 answers
0

Hi Rekha,

 

Are you talking about merging the attributes on the front-end (meaning you want to display it on a page as a heading) or on a database level?

 

If you want to combine it on a database level you have 2 options:

You can either:

  1. Reuse a current attribute, or
  2. create a new attribute.

Using a microflow you can then change the object and combine the attribute values

answered
0

Hey, you can use calculated column and use microflow to create return value for that column. https://docs.mendix.com/refguide/attributes/#232-microflow

answered