It would be very useful to being able to retrieve currency data from the field, so that I don’t hardcode the currency sign as that limits me to just 1 currency… and the need to remember places I hardcoded that in…
<tr class="item">
<td><%= details['Name'] %></td>
<td><%= details['Quantity'] %></td>
<td>**$**<%= parseFloat(details['Total']).toFixed(2) %></td>
</tr>
Certainly it would also be extremely helpful being able to avoid things like parseFloat and re-use the meta data of the related field that’s already in Fibery.