Hello, In a field i should display the attributes (of the same entity) with the comma separated. To achieve that i'm calling the page from the form, once the user selects, the selected result (emp object with all attributes ex. emp id, emp name, location) is passing to the microflow . in the microflow i'm formatting the result (retrieving the emp object and storing in id, name, location format) and storing result in a string. It's fine till now. but im unable to access that string in front end. Does anyone knows how to do it? or any better way to do this.?
asked
Deepashree
3 answers
2
When you pass the emp object to the microflow and create the string modify an attribute (possibly a new one) of the emp obejct with a change action and set this to the created string.
Or display it in a message or download the CustomString widget from the appstore and make sure the microflow returns the string.