I need little help.... Newbie...

Hello
I’m new in Kodular and I need some help
Can you show how can I create this in Kodular?
I would like to understand how to build something like this. I need this for work.

I need to build requestBody block
And next

set requestBody to join with delimiter “&”
(make list
(“name=” + NameInput.Text)
(“&description=” + DescriptionInput.Text)
(“&imageUrl=” + ImagePath)
)

Please understand. I’m still learning. I am very fascinated by Kodular

Welcome
Please elaborate
.

Taifun

you can use web component to post/Get data by parameters…

Can you show mi some example how can I do that ?
I know that I must use web component but I need help how do it