My PWA isn’t displaying data when using the “Deep Link with Data” feature.
I’ve carefully followed all the setup steps, but the dynamic data fields are still showing up empty. The PWA is published to the web (not yet on Android or iOS).
Has anyone run into this before or know how I can fix it?
I’ve bumped into this before. Most times it happens when the deep link parameter doesn’t exactly match the screen’s data source, or sometimes the PWA just needs a hard refresh. Double-check that the parameter is being passed correctly, and make sure your screen is set to filter by it.
If you’d like, feel free to share a screenshot of your setup, happy to take a look and help you figure it out.
I cannot identify any issues which all is working nicely! Does the required data is available on that screen? You can check that by selecting the screen > close the ‘Components’ section in left panel > open the ‘Available Data’ section in the left panel > see whether the required data is available.