Why does the " Item" and " Estimated Cost" keep repeating? How i do display the item and estimated once?
Hello Nadiah,
This happens because the entire table will be cloned via mapping (you map array to the entire table). You may find more information about the mapping here http://devcenter.appery.io/documentat... You should change the structure of the page. For example take a title of a table in a separate grid
Hello Nadiah,
Please check have you done the mapping of $[] to the table?