I have a multiple select field that contains currency per time — Example:
“$5/month”"$200/year"
“$12/month”"$116/year"
“$9/month”"$89/year""$300/year"
Most records have two values, some have three values.
I’m trying to split these multiple-choice ent...