send appstate variable in header for a api

Database & APIs

I am storing token as Token variable in app state but i am unable to send that Token in Header in api call dynamically

What have you tried so far?

sending as X-Fiftyaccess-Token: Bearer {{appState.Token}} but its not getting the Token value which i am storing while login is done

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies