‘End Time’ did not work; however, ‘EndTime’, ‘endTime’, and ‘end Time’ all worked.
As such, I believe that ‘End’ is a keyword in a Carousel (did not test other places).
My steps:
- Create View ‘A’
- Create View ‘B’
- Create new variable:
B.params.End Time(“End Time”) and set the default value to “Working?” - Place Label in View B.
- Bind
B.Label.props.texttoB.params.End Time - Place Carousel in View A
- Set
A.Carousel.props.views[0].viewPathto be ‘B’. - Create new Value in
A.Carousel.props.views[0].viewParamsnamed “End Time”. - Set
A.Carousel.props.views[0].viewParams.End Timeto be “Passed”. - Save Project
- Navigate To View A
Following these steps, my Carousel rendered in View A shows View B and the Label text reads as “Passed”.
Did you follow different steps? Is there any chance the viewParams key was not actually identical to the View param key?
1 Like
My apologies. I must have mistyped something somewhere. Sorry for the extra work.
No worries - glad it isn’t an issue!