I want the user to update additional figures in finance screen for the same item ID choosed in flow screen
1- flow Screen > galleries > the user can choose the request ID and view the details of the request screen in view mode.
2- request screen > Request form - for the requester
3- finance screen > Finance form ( Finance will update additional data after the request approved)
my problem is with the finance screen, i have linked it with the same data source, but i don't know how to define the next arrow in request screen to view remaining details of the same item ID viewd previously
the current formula for the arrow in request screen as below;
Navigate(FinanceUpdate,ScreenTransition.Cover,{ItemID:varSelectedItemID,FormMode:varFormMode})
currently the arrow shows only blank figures that are not linked to particulare item ID