Hello. I am attempting to get the count/number of each line item from the record detail to print just before each line item in the Designer within a Detail Table. Example: 1 - Product A; 2 - Product B; 3 - Product C; etc… In the Datamapper > Steps > Extraction (inside a loop) > I created a new field with Mode = Properties; Property = step.currentLoopCounter; Type = String. The result in the Data Model is exactly what I am looking for. However, in the Designer my new field is there with the correct values but it is red and the Message entry is “Unable to find the property (DME000214)”. What am I missing? Thank you!
You have to refresh your Template Datamodel…in your Template, in the upper right of your Datamodel, there is an icon that looks like 2 arrows running after each other…click on it.
Wow, I certainly over analyzed that one. Thank you!!