
Announcements
I am trying update a List choice value when a planner task is completed. Within the name of the planner task is row value name and column display name. When a task is completed I am trying to get the internal name of the column so I can use the update item field to update that cell value only. I have gotten the flow to work 30% of the time, but most of the times it fails. Wondering if there is an easier way.
I tried using the GET method with item in the URI but it only shows the List internal name (field_x) but does not show the display name which is what is stored in the title from the completed planner task.
I was able to get it work with the Get method with field in the uri to match the displayname to the store column name in the planner title.
@Shabuhm can you please elaborate more on why you are using the Get Items? The column and its value which you need to update are you getting that from another list? If yes can you please share schema of that list?