How do I pass down page parameters to a sub-page/viewport component?
I have a sysId and a table passed to the record page which renders a viewport component. The problem is that my viewport component doesn't have access to those props. When I pass @context.props.sysId and @component.props.table to the glide form data ...
