Parameters in list view

0
I am going through the rapid developer course and I don’t feel the parameters section was explained throughly. Why do we use {1}. What does the number signify? In what cases can it be another number? Does it refer to the first parameter(attribute) or list item? Can I see some examples using more than {1}?
asked
1 answers
0

Hi,

 

The {number} parameters refer to variables to be set. They ate populated with Attributes from Objects. The number refers to the order of the parameters entered. See the example for error handling of a REST API Call.

 

Go make it

answered