Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehThis is a bit tricky, it's easy enough to go through all the fields and look for dashes. We can also go through and look for fields with only dashes and replace. The tricky part is how to output the replacements. The only way I can think of doing this dynamically is compiling a new set of data with the field name and new values (replace if "-", otherwise keep original), then pivot. A bit round-about, but that's what I can think of.
P.S. The main take-away here is to use 'inputFields', which gives you the list of input fields. Then 'field' evaluates a field given the name. So using the combination of the two allows you to dynamically search through all the fields.
Attachments:
replaceDashes.brg