Hi
I am trying the following:
I have some galleries on 1 screen which show various queries results from Azure Devops. This is working.
When the user selects 1 of those items, they are taken to a detail screen which shows details of the work item they selected.
I can't figure out how to do this.
I tried adding a form on the detail screen and setting the data source as: AzureDevOps.GetWorkItemDetails(varWorkItem,"org name here","project name here","Feature"), where my varWorkItem is a variable I set on the navigate action from screen 1. The form does not seem to pick up this sadly.
Any idea on how I should be doing this?