My flow is for tracking inventory. At the end of the Teams adaptive card, the user can choose: Shipment Inventoried or Item Sold. What's the most efficient way to update a choice column in a SPO Item to Inventoried or Sold?
The adaptive card is a form with numerous fields to fill out. These entries are collected and followed by Update Item in my workflow. I could created a control of If Inventoried, then X or If Sold, then Y but that seems a bit complicated and messy. I'm sure there's a solution I have yet to work with.
I'm unaware of how to extract Inventoried or Sold form the ActionSet. I would think I could Compose the result of the ActionSet then use that variable in the Update Item column.
Perhaps Action.Submit isn't the best way to do this in Flow but it's the best action to present the user in the Adaptive Card.