How to show different value in 5-6 label

Who to show different value in different label from one label that is get value from web (each time different). Value is time.

Please help me :pray::pray::pray:

Well Technical Master,

What have you tried yourself? As a Technical Master you have tried different things i guess before asking. :sunglasses:

4 Likes

Store value in a variable by using get value block.

Take multiple labels
Set respective label text to select list item by using index.

can you show your blocks ?

I can get value (time) from web is

Please show the block.

I want to arrange this time in MM/DD/YYYY hh:mm:

You can arrange above value as

Jun/23/2020. By using split text block.

And not 06/23/2020

Can you make it and share with me. In one label you type Tuesday, 23 Jun 2020 11:30 AM

Use this label text in block to arrange in MM/DD/YYYY hh:mm

Hello @Technical_Master_JK,
You need to make blocks yourself we just explain.
Split data with space you get list.
Make a list of days and years in global variable.
If day is tuesday then index is 3 sun, mon , tues.
You can get index with index is list block.
Same thing applies for year also then join this values in what format you want.

1 Like