18
Views
2
Comments
pass data between screens via api
Question

I have an API which is setup perfectly my only question is when i am passing the data between the screens its not visible means its showing the value which is first visible in the screen when i click the item placed second and want to see that particular data in next screen its not showing that data but the first one which i have not even clicked 
Anyone help here

2024-09-12 02-43-38
Deepsagar Dubey

Hi @Manan Modi 

I am not very clear with your query but what i understood is that in your first screen you have a set of items and when you click on any item its navigating to second screen with some data and using that data you are calling API.

If this is the case then check the input parameteres you are passing to next screen, i am assuming that its taking only first item data not the clicked item.

if this is the case then check on click handler of item and debug data.

I hope it'll help you.

Thanks
Deep  

2021-03-30 13-44-25
Balaji Ravikumar

Hi Manan,

Could you please provide more clarity on your request?

  • Are these two screens located in different modules?
  • Are you expecting real-time synchronization between the two screens, where data sent from Screen A automatically reflects in Screen B without requiring a refresh?
  • Could you please elaborate on your requirements further or, if possible, share the OML file? This will help us understand the context better and provide more accurate assistance.

Looking forward to your response.

Best regards,

Balaji

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.