Hi,
Ive built a flow thats almost identical to another one i built the other day, except the locations are different,
im trying to send the SMU (single text) on Asset Register to
Current SMU (single text) on Asset Service using the Asset ID column which is on both lists (Its a lookup column on Asset Service that gets its values fro a a single text column on Asset Register)
however im getting the following error?
InvalidTemplate. Unable to process template language expressions in action 'Get_items' inputs at line '1' and column '2580': 'The template language expression 'triggerBody()?['Asset_x0020_ID']?['Value']' cannot be evaluated because property 'Value' cannot be selected. Property selection is not supported on values of type 'String'. Please see https://aka.ms/logicexpressions for usage details.'.
Could anyone help?
Solved! Go to Solution.
Hi!
Is this the same issue as here? https://powerusers.microsoft.com/t5/General-Flow-Discussion/Sharepoint-item-is-Created-gt-Update-ite...
If it's a lookup column it's the same issue I think, the workaround I suggested there could work here maybe to?
Could you provide a little more info on your 'get item' block. What are you doing there.
@Willemijn wrote:Could you provide a little more info on your 'get item' block. What are you doing there.
Hi with alot of configuring i made another column that was a text column and copied the lookup columns values in it and it worked which makes me think its this
Asset_x0020_ID eq 'dynamiccontent'
if i want the value of Asset_x0020_ID.Value? could you give me the syntax and send me to the wiki i cant find it anywhere?
I'm sorry I still don't understand what you mean exactly. You want to see what's in the column Asset_x0020_ID, which is a text column? I think, reading your error you can just select the asset ID from the dynamic content? You don't need the [value] property, this is only needed with choice columns.
@Willemijn wrote:I'm sorry I still don't understand what you mean exactly. You want to see what's in the column Asset_x0020_ID, which is a text column? I think, reading your error you can just select the asset ID from the dynamic content? You don't need the [value] property, this is only needed with choice columns.
Hi Willemijn,
Thankyou for your time and response, i think ive found the cause of my issues.
If i create a simple text column in my list and double up the info ie Asset ID is a lookup column and AssetMineCall a text column and both recieve the same info i can then use the following
AssetMineCall eq 'Dynamiccontent'
whereas if i use
Asset_x0020_ID eq 'Dynamiccontent' i get a empty body.
Im guessing because Asset_x0020_ID is a lookup column and AssetMineCall is a text column.
Hi!
Is this the same issue as here? https://powerusers.microsoft.com/t5/General-Flow-Discussion/Sharepoint-item-is-Created-gt-Update-ite...
If it's a lookup column it's the same issue I think, the workaround I suggested there could work here maybe to?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
26 | |
16 | |
16 | |
15 |
User | Count |
---|---|
145 | |
45 | |
44 | |
33 | |
30 |