Hi there,
I have a fun project for the community. Every week, I host a meeting. Each week, I ask my team to contribute topics to discuss. I'd like to automate the process of getting this input from my team - right within the Teams, so there's no friction by hopping to another tool.
I thought it would be best to use an adaptive card, which updates upon each input. I draw out a user interaction sequence below:
1. Card sent to the team, with the message "Add your agenda topics [text input field] [submit]"
2. Steve writes in the text field "Q1 Financial Results"
3. The card updates, to read "Add your agenda topics. Topics already on the agenda: Q1 Financial Results (Steve) [text input field] [submit]"
4. Steve adds a second agenda topic: "Q2 Forecast"
5. The card updates, to read "Add your agenda topics. Topics already on the agenda: Q1 Financial Results (Steve), Q2 Forecast (Steve) [text input field] [submit]"
6. Megan adds their first agenda topic: "Operational Update"
7. The card updates, to read "Add your agenda topics. Topics already on the agenda: Q1 Financial Results (Steve), Q2 Forecast (Steve), Operational Update (Megan) [text input field] [submit]"
Any thoughts on how to do this?