Data not sending even though it says it is

Hello Everyone,

Does anyone know why my data says its sending to another screen but on that screen it says there is data missing from the previous page?

As you can see:

The page with the button, it is sending the three data types

But on the screen it is linked to, the data says unavailable from the previous screen. Why would it be like that?

Usually if it wasn’t sending the data, it would say on the button that it is no longer sending that data.

Because another page, linked to Create a Chat screen, is not sending data. You need to go to Chats - Employee page, and make sure that screen is also sending data to Create a Chat.

All inbound links to a page must send the same data for it to then be available.

1 Like

But the two screens that are sending the data to this page are the same, the buttons on respective pages say they are sending the data but they aren’t.

And on the “Chats - Employee” page where the data is sending, this is the available data:

The other page is exactly the same: The data i want is there.

So it should be working should it not?

I haven’t seen your app but I have come across similar before if there’s a long chain of data flow. In this case I wrap the button in a list of organizations where organisation ID = current organization ID, for example. This refreshed the data flow for me in the past, and the list will pass on the data for you. Something to try perhaps.

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