function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tolby HuntTolby Hunt 

A Field with multiple objects inside

Hello! I am trying to make a process simpilar for my company. I need a field to show multiple objects inside of it

So i have one field that shows credit cards and each of those credit cards needs to have the name of the card, the balance, the limit, and the paydown amount.

Example:    
Credit Card Name: Citi Bank
Balance: 2000
Limit: 6000
Paydown: 500

i need each and every field accesible so i can run formulas on it with ease. Is there an easy way to do this?