Hi,
When we are talking about definition of workflow container attribute, you have to choose a type of attribute from a dictionary and have to decide if it is multiline attribute or single line (flat). If we want to define a multiline string-based attribute, we can do it in the following ways:
— define an attribute type of string and set checkbox on multiline;
— define an attribute table type of string and do not set checkbox on multiline.
My question is:
Is there any difference between these two approaches, described above (flat type + multiline vs. table type + single line)?
Thanks.