As I tried to explain below, I want to return selected employee's Avtar in array and store details temporally in App state after filling the "newtask" details Create button will add those selected employees along with the other details into supabase backend's new task list.
Show selected user's Avtar aray list dynamically in the component using supabase backend in flutterflow
Actions & Logic
I am making mistakes in data type, app state and action logic. I have checked the flutter flow documentation but its based on API Calls and I am using Supabase
Yes