Hi, Community.
We put in placed an Email notification to report the line or row items for each column. Note that new entry can be added from time to time so we don’t have control on row items for every notif.
Is there a way to separate this like shown below, instead of via comma?
Please show how these 2 columns are defined, as well as anything related to them.
1 Like
Users can add an entry in reference to an original ID.
These are somewhat a Child ID entry from a Parent ID
Child entry- IF(CONTAINS(Demand[Application/Systems Impacted],“P3”), CONCATENATE([Demand ID], “-P3”&RIGHT(“000”&(SUM(LIST([_RowNumber]-1))),4)), “”)
I hope this helps…