Hi All,
i have a sharepoint list with powr autioamte flow that create an adaptiver card each time someone creates a new item
on the adaptive card i added a button that opens a coanvas app in order to update some fields in the corespondent item in thje sharepoint list.
i manage to pass the item ID to the app using the PARAM() function, and than i tried to read the info for the spoecific item.
this is my setting in the onstart of the app:
Set(Iden,Value(Param("ID")));
Set(List, LookUp('Technical Help', ID = Iden))
iden= get the ID of the item from the adaptive card
List = read all the details of the specific record from the sharepoint list
on the form i tried to read the data from the List varaiable e.g. List.title, List.created
when im clicking on the link to my app im getting a constant message: getting your data
any idea why its not working?
if additional information required, will be happy to provide.
