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

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?

I am not able to save file. Facing 2001 error.

Search...

grafik

1 Like

Il try using extension little later. Let me share the current issue that I face.

When I click the save button, Label - TextIfSaved is giving the output, /Download/.txt but Label - TestIfGotText is not producing output by showing text. I am able to share the text file as well, but there is no text content in that file when I opened it.

If you test with Companion and there is a test file /Download/1.txt that was created by another app (the compiled app/APK), you cannot overwrite it with Companion. So remove it before you test with Companion.

1 Like