I have 2 lists. Account List and Environment List. Environments are associated to a Single Account in the Accounts List and I do that by storing the auto-generated ID of the Account in a text field in each environment.
EG From the Account List
ID, Account Name, Owner
56, Acme Operations, John Smith
EG from the Environment List
ID, AccID, Environment Name, Account Name (Lookup Field)
12, 56, Acme 1, Acme Operations
I am running a flow when the environment is updated, and I want to use the Sharepoint Get Item to go fetch the data from the account list. The Id field in the Get Item does not let me select AccID as the value to use?
Do I need to convert the AccID value into something other than text?
Incidentally, the Get Item Id field does offer me a field called "Account Name Id" to use, but when I use that I get a 404?
Solved! Go to Solution.
Hi @Anonymous,
You could refer to screenshot below to create the flow:
The flow would run successfully as below:
Best regards,
Alice
Hi @Anonymous,
You could refer to screenshot below to create the flow:
The flow would run successfully as below:
Best regards,
Alice