Hi @Aadvik,
Do you want to display the corresponding status to ID within the Gallery directly.
If so, I think you could directly refer to ThisItem.ID to get the status. Just set the Text property of the Label within the Gallery as below:
LookUp(Gallery1.AllItems,IDLabel.Text=ThisItem.ID).Status
Note that the IDLabel represents the label name in your Gallery1 tthat displays the ID from AzureOps.
Or you could refer to the AzureOps directly as below:
LookUp(AzureDevOps.GetQueryResultsV2("ProjectName","QueryID","Org").value,ID=ThisItem.ID).Status​