Forum Discussion
Flow combine String with Choice Field?
- Jul 28, 2019
This question was also posted over in the Flow Community and answered there. Here is a link to the post:
https://powerusers.microsoft.com/t5/Building-Flows/Combine-Choice-Field-with-Single-Line-of-Text-Field/td-p/329279
The responder provided the resolution to use the following expression instead to return the choice field Value text:
concat(triggerBody()?['Submit_x0020_Place_x0020_Type']?['Value'],', ',body('Get_item')?['Country_x0020_ID'])
This question was also posted over in the Flow Community and answered there. Here is a link to the post:
https://powerusers.microsoft.com/t5/Building-Flows/Combine-Choice-Field-with-Single-Line-of-Text-Field/td-p/329279
The responder provided the resolution to use the following expression instead to return the choice field Value text:
concat(triggerBody()?['Submit_x0020_Place_x0020_Type']?['Value'],', ',body('Get_item')?['Country_x0020_ID'])
- ca_remJul 29, 2019Brass Contributor
Thanks, Doug Allen