How to update a specific data type item in an app state variable?

I'm using data type app state to store items, instead of database, for a number of reasons. I've also added a unique ID field (or column) to the data type, but I just can't find a way to update the the item within the app state variable, even though I know the ID of the item.

Then I found out that Flutterflow adds an index field to all entries, which also holds a unique ID, but I can't find a way to access that field.

I'm not a coder, but I could probably make use of a custom code that does exactly this.

Summary: many items are stored as data type items in an app state variable.
The ID of the item to be edited is stored in a temporary app state variable as an integer.
I want to reference the item by the ID in the temporary variable and update the fields of the item.
please help!! :D

3
13 replies