Passing data to be Available Data on another screen - Custom Component

Hey, @zachbharris, I have been working on creating my own custom calendar component. I know you guys have one, unfortunately, it just doesn’t function the way I need. So that being said how do I actually pass the data from the clicked object to another screen as “Available Data” so I can load it into a custom list. Thanks, man!

The clicked object must be a list in order for the data to be available in the next screen. If it’s only 1 object (and not a list), the hack is to make that object as a list of 1 item.

So the Adalo Calendar that is in the marketplace for instance…It is not a list? So how do I do this from a React perspective, using the manifest?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.