Concept Flow - Array access and modification
Start
Access array element by index/key
Read or modify value
Store back if modified
Continue or end
This flow shows how to access an element in an array by its index or key, then read or change its value, and store it back if modified.