Give some tips to create an app that has options to get ecommerce selling data like 1) Product Name, 2) Product image, 3) Price etc

I am not able to share all the Listview elements but only first element is getting shared on button click. I want to share all the List elements.

When I cross checked each block of the above picture, I almost concluded that the CULPRIT is SHARING block. I think, there is some default error in it. Or there may be error in textbox.

EXPERIMENT:

  1. I gave same block 'get.global.SingleText64' as input to a) a Label b) a Text Box and c) the Sharing block.

  2. I did this to find out which block is culprit block?

  3. Only label block accepted all the ListView elements and gave the complete output. Textbox and Sharing block accepted only first element of ListView and gave only that as output. Even though I gave same input to these 3 blocks they gave different output.

So, is it that there is some default error in these two blocks (textbox & sharing) that didn't work as intended or is there ways to solve this? Please, guide me.

Use the Do It feature to show the contents of the global variable upstream of this data flow.

1 Like

How can I do it? Can you explain in blocks?

1 Like

Do it feature is not accessible for any of these blocks.

Capture

If there is any possibilities, can you suggest that? Thankyou.

That's because you did not Connect to the Companion.

1 Like

I am stuck in this page for around 10 minutes.

Try not using Legacy ?

1 Like

Capture

When I clicked a share button, app got stuck for some time and got this error.

I can notice the default error (or limitation) of Sharing block even now. I am moving to use savefile component. But, I love to use Share option as well.

The purpose of my decision to use file component to download the file instead of sharing it to email. So, can you help me to arrange blocks for that.

Capture

How can I download the listview elements? Can you help me with blocks?

Facing this error.

Am I right that Sharing component can handle only limited information or It is capable of accepting only first element of listview? If I am wrong please guide me.

Let me try this.

Why am I not able to save file?

Have you looked in your asd? You set the filescope after you have saved the file. Just try doing a simple save, then build up from there.

1 Like

First set the scope, then save
Also a correct filename would be

/Download/1.txt

Taifun

3 Likes

Also, the Files component cannot read a file in the shared folders using FileScope “Shared”. This is a known bug that I have mentioned often enough in the last months/years.

You have to use my Mfile extension to read the text file or set the FileScope = Legacy.

3 Likes

Can you share the file extension link?