Hi there,
I'm writing a flow to take a subset of items from a source sharepoint list and copy it to a sharepoint list in another group.
The source list resides on a subsite of the first group. There is a lookup column called "BuildingAsset" that looks up values in a list of the parent site. This image below shows a couple of list items from the source list.

I wrote a flow and the GetItems or the GetItem actions will pull up the items in the source list, but it leaves out the BuildingAsset lookup column values. I tried hardcoding the Items() function but keep getting a null or an empty string because the [body/values] has all of the other columns except this one. Is there a reason why this column or values is being left out of the getItem or getItems actions?



