Is the formula the same as the blocks in the picture?

Are these blocks the same as these formulas?
when btnSend.Click do
if txtOrderId.Text = "" OR ImgReceipt.Picture = "" then
call Notifier1.ShowAlert "أدخل رقم الطلب وأرفق صورة"
else
set Web1.Url to "https://script.google.com/macros/s/XXXX/exec"
call Web1.PostText with text =
join with & "OrderId=" & txtOrderId.Text
& "&Network=" & global SelectedNetwork
& "&Category=" & global SelectedCategory
& "&Receipt=" & ImgReceipt.Picture
& "&Status=Pending"

Your photo is almost unreadable

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


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

and what is your google apps script doing? (show it)