So I am trying to create a document upload feature that allows users to assign tags and then as they assign the tags a new line item will pop up below the multi selector and they can assign how much of the total value of the receipt each tag was. That part works, but not the saving of the tags or their %'s.
I have a data type of document that has a field of “categorized receipt expenses” and the data type “categorized receipt expenses” has a value to be stored for the tag, the % and the receipt that “owns” that tag.
i need someway to basically say “for each: tag selected, save a new “categorized receipt expense” assign tag name as text from current cells index, % as current cells input, and owner receipt as result from previous step.”
Any ideas on how i would accomplish this would be very much appreciated, thank you!