I would like to know how I can create custom/dynamic data types. Specifically, I need to pass a custom list of data to a popup’s repeating group and schedule an API workflow and other actions. I’m using a lot of popups for different processes, and currently, I send data as multiple custom state list values, matching the item index number with its related data but its only help in some area.
For example:
1- Customer data list [email, name, ID] 2- Customer’s offer details [price, company]. To get the offer price of a customer, I match the customer data index with the customer’s offer details. However, this only works if I use a repeating group by “Current Row index”. In other actions, I cannot get the index of specific customer data, such as when scheduling on a list, etc.
It would be better if I could create a custom data type, so I could put all the related data together as needed.