I currently have a flow that determines whether a teams message is an adaptive card or not, and if it is, it will display the test on the card, add to a list, and so on. Issue now, recently, Teams is now adding a second text option for VIVA Insights. Screenshot below will show more.
The circled area is the VIVA insight appending itself without user involvement. The flow i have created will read for a text field since there should only be one. The VIVIA insight adding itself causes an additional text field which causes my flow to bypass the inital text field and now append the link for the VIVA insight on my SharePoint List. See flow example below.
This is what its currently doing, which is incorrect. Area marked in red is what is now being reviewed in my flow since the VIVA Insight started appending itself. Box in blue is what should be displayed.
This is the criteria it looks for to determine if the Text Box is correct. Im unsure how to get it to start only looking for the first text box area instead of the additional new area being forced by VIVA. Is there a way i can have it filter for the box in Blue first?