did it your way, oddly its highlighted, what does that mean?
Means you are searching for dmxFormatter
in the search field and it found the results
doh, yep didnt see i still had that open lol
Your expression is wrong. MAke sure to copy it exactly as shown here:
dmx.parse("sc_Waypoints_sel.data.q_Waypoints.map(`address1 + ', ' + postcode + ', ' + town`)");
It is using backquotes ` and not single quotes ’ after the opening and before closing brackets.
woo hoo, it works
sc_Waypoint_sel.data.q_Waypoints.map(`address1 + ', ' + postcode + ', ' + town`)
made it work, was me changing those ‘’ but also would not have gotten it working without you putting forward that method
1 Like
thank you for your patience and resolving for me, as always incredible support, wappler app + team are seriously the best out there
1 Like