How to Replicate RichTable's expr (currentItem/currentValue) Functionality in a Custom Code Component?

Hey @anderson_pena

You can use the array type Code components API reference | Learn Plasmic to create this list-builder UI in your props and having Custom Value as an object. More details in similar post

Additionally, you can review the code of built-in RichTable component registration meta here. to understand the pattern.

Thanks