Error: You already own this item

Hi, Brothers and sisters.
I have try to use in app billing compoment and work fine in purchasing products but i have problem in own purchase compoment as user after unistall the app and reinstall it i get error You already own this item.
I want the user who have own the product to proceed to next screen.

This error

I use this block setting
own product

I have try to take opportunity of this error to try to set this block

didnt work

But it didnt work.

Is any additional block setting is required or what to do next to fix it.

your screenshots are unreadable…

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

unfortuantely nobody knows the values of your global variables…
so what about using Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools

one wild guess: probably you have to use get global_id_new also in the first select list item block?

Taifun