I tried form & json
Set the properties
I am succeeding in Test and getting values - but the Key names are empty!
Any suggestions?
I tried form & json
Set the properties
I am succeeding in Test and getting values - but the Key names are empty!
Any suggestions?
Hi
Check the Data field description for guidance.
The Data is key/value pair.
Left/top field is the key. (You need to set static values for the key.)
Right/bottom field is the value.
But in my C# code - it is only showing values - not keys
string value = this.Request.Form[key];
stringBuilder.AppendLine($"{key}: {value}");
The screenshot shows 1 key/value pair, where the key is empty, and there are 4 variables mapped as the value.
If you want to add another key/value, you would click the + ] button.
Example with 2 key/value pairs.
Yeah, got it working.
Thanks for same!
Isn’t the UX very confusing - It should have given a warning if key is empty!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.