i didnt publish my project to cloud, i am just testing it now. Can you send me some working xml?
I want if i pass the argument to see that string in the form, isnt that possible?
the problem is when i use like label element and pass a fieldKey for a label, everything is working perfectly, but when i do my own variable to pass as a data for html elements its not working at all.
I see that is passing the dictionary into the form, but after its like no value readed from that dictionary, if i use {{data.myValue}} or i use {{arguments.myValue}}, there is just nothing, and you telling is not a bug?
You need not publish to orchestrator…May I know are you using create form task ? Or are you creating a form as a separate page?
If create form task then just run that single activity and a task would be created in actions tab in orchestrator …where you can see the value of the variables…in the preview values of varaibles would not reflect,only hardcoded values can be seen…
Or else atleast use a show form activity and pass the form and run the show form activity which will open the form and will show the values as well…
I am using form as separate page. So yes, that’s exactly the problem that when I use “show form” activity, I don’t have any values that I passed on that form. I mean, I definitely can see it’s passing an object through a form, but when I try to render it’s showing nothing