Question
Mapping integration data from abbreviation
Hi Team
I have a requirment where in a screen I have some read only text inputs. The data to be shown there is getting received from some Rest integration. Now the issue is I am getting data from integration as abbreviation. I have a local decision table where I have mapped the abbreviasion values to its corresponding full form. Now my question is how to map this to the text input such that the flow goes on like
Data coming from integration> getting searched in decision table for the full form and the value of full form is mapped to text input
***Edited by Moderator: Lochan to update platform capability tags***
Can you call a data transform or activity after getting the input from the REST service to massage the data? That way you can correct it on the clipboard once and not have to worry about it again. Another approach, if you don't want to lose the original content would be to use field values to replace the acronym with the full text for display only.
Thanks,
Mike