Hello brains trust ,
I'm struggling to get my head around the Pre Filled forms syntax requirements when it relates to 2 or more fields adopting data from the inline RECORD.
The Code below is SYNTAX Correct , no errors and works fine for the for the 1st line of the code,
But the Second Pre Fill is a Single select field and after watching demo videos & reading the knowledge base on the topic I'm not solving the problem as desired.
CONCAT("https://app.smartsuite.com/form/sd9r8uht/lZHN3Bksss",
"?Prefill_",
"Space=",
ENCODE_URL_COMPONENT([SPACE]),
"&?Prefill_",
"Type=",
[Type]
)