Flow Isn't Updating Values from the Database

Flow Isn't Updating Values from the Database

Comments

  • Hey all,

    Im having an issue with my flow. The flow updates previously calculated values based off of user made changes to certain criteria. Or would "should update" be more appropriate? Im using fetch entities steps to grab the data and all of my output mapping is correct, but when I was testing I noticed that the updated values were not updating correctly.

    What am I missing here?

    Thanks

  • Hi Jon,

    It sounds like you arent using a step to save your updated values. In Decisions, Fetch Entities and steps that change value store that information in memory. If you use a save step, youre essentially telling it to save the values it updates to the database.

    Save steps can be found in the flow designer steps catalog under "User Defined Types".

Sign In or Register to comment.