A shared/published form correctly displays related items in a desktop browser, including when opened in a new tab or incognito mode. However, when the same form is opened on a phone, the related item list appears empty and users cannot select any items, preventing mobile users from completing the form as expected.
Steps to Reproduce
Open the form that includes related items.
Ensure the form is shared/published.
Ensure related is shared/published.
Open the form in a desktop browser and confirm the related items are visible.
Open the same form on a mobile device.
Observe that the related items list is empty and cannot be selected.
Optionally, test in incognito mode on desktop and mobile to compare behavior.
This is definitely not the intended behavior. The mobile version is actually a responsive variant of the desktop version, and the picker is transformed into a bottom sheet on mobile. So while it may not look exactly the same, it should still work the same from a functional perspective.
It looks like we might have a bug here, and we’ll analyze this in detail. Thanks again for the thorough description. We’ll get back to you with an update, and hopefully with a fix as soon as possible.