Heading "Sales shop"

Hi all,

Can any one help please to fix the blocks in order to make the heading works.
The idea is when I click the button I need to notify “Sales shop” word.


Heading.aia (4.9 KB)

use Do it to debug your blocks, see also tip 4 here https://puravidaapps.com/learn.php
see also Live Development, Testing, and Debugging Tools
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Hi,
Thank you Taifun for good advice.
Now, It works as I need.
But I need to create a global variable named Page_List
blocks (6)
and put all items in that global variable in csv because they are more than 400 items.
Please advise me.
Thank you.

Heading2.aia (4.6 KB)

A post was split to a new topic: Quesiton about lists

to convert a list to a one column csv table use the list to csv table block from the list drawer
Taifun

Hi Taifun,
I used the list to csv table block but it get (())
blocks (8)

you are reading some text from a file
how does that text look like?
like this
a
b
c

then you should use the split block to split at \n (new line) to convert a one column csv table into a list as suggested in your other thread

Taifun

use Do it to debug your blocks, see also tip 4 here https://puravidaapps.com/learn.php
see also Live Development, Testing, and Debugging Tools
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Hi Taifun,
I changed the block and try many things but it is the same.
blocks (9)

well, unfortuantely you are not telling us, what you are trying to do...
this was my assumption:

and this would be the solution to that assumption:

Taifun