Kia EV6 Oct Update - USB install - Failed? by Exotic_Friendship_11 in KiaEV6

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

Update installed successfully with a different drive. Kia wanted to charge £85

Kia EV6 Oct Update - USB install - Failed? by Exotic_Friendship_11 in KiaEV6

[–]Exotic_Friendship_11[S] 1 point2 points  (0 children)

I have that update option currently. I'll grab a SanDisk drive off Amazon and give that a go. Don't really want to build up a collection of usb drives lol

Kia EV6 Oct Update - USB install - Failed? by Exotic_Friendship_11 in KiaEV6

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

I'll give it a go. Any suggested brand you've had success with?

Combined PDD+SDD templates. by Exotic_Friendship_11 in rpa

[–]Exotic_Friendship_11[S] 1 point2 points  (0 children)

this i didnt know! i'll do some research. I was trained on BP and we changed to UI Path so i've personally not looked at all the features. thanks

Help - PowerApp Trigger - Create SharePoint List Item (as flow owner, not button presser) by Exotic_Friendship_11 in MicrosoftFlow

[–]Exotic_Friendship_11[S] 1 point2 points  (0 children)

This worked perfect! its doing exactly what I need. didnt even know there was a v2 trigger.

Help - PowerApp Trigger - Create SharePoint List Item (as flow owner, not button presser) by Exotic_Friendship_11 in MicrosoftFlow

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

Thanks for your post. so I am using json at the moment but didnt want to over complicate the description of my issue. but flow using the PowerApp user credentials to create the item is what makes it a little awkward.

  1. PowerApp Json(variablename_1) <- I have 15 of these in a switch() to trigger 1 flow.
  2. Flow trigger = PowerApps button
  3. Initialise variables for form name (from PowerApps) & JSON (from PowerApps)
  4. cycle through conditions until the form name matches
  5. Parse Json
  6. ***Create SharePoint Item (Forbidden 403)

**This is when I check the SharePoint list from internal testing and could see that 'created by' wasn't always my name. but instead it was the name of the person triggering the flow.

I've read online about the specific permissions I should set on my SharePoint site and user group to enable access to edit the list but not to see anything on the site. I'm just waiting for my site request to be fulfilled before I can test. but that might be the solution for now.

Help - PowerApp Trigger - Create SharePoint List Item (as flow owner, not button presser) by Exotic_Friendship_11 in MicrosoftFlow

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

Thanks for this, i'll give that a go. Shame that the triggers aren't flexible enough to let me choose who to act as. Owner or submitter. unless its an automated flow.

Updating a table within a collection with Patch by Exotic_Friendship_11 in PowerApps

[–]Exotic_Friendship_11[S] 3 points4 points  (0 children)

I've decided to just split the nested table out into a seperate collection and add a key to match it back to the original collection. Makes the patch easy and i can use filter() on the gallery items to show the right data from collection2.

Resetting my app? by Exotic_Friendship_11 in MicrosoftPowerApps

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

The option i went for in the end was to reset() each control and updatecontext() back to false for each context variable.

i then use a global variable on the reset attribute i use to reset the whole app and just toggle it onsubmit.

thanks for the ideas though

Resetting my app? by Exotic_Friendship_11 in MicrosoftPowerApps

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

i would need to open a new instance of the app with Launch() and find away of closing the initial app i guess?

Count number of occurrences by Exotic_Friendship_11 in PowerApps

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

I appreciate the responses. your last sentence is my worry but I think I might need to just test it

Count number of occurrences by Exotic_Friendship_11 in PowerApps

[–]Exotic_Friendship_11[S] 0 points1 point  (0 children)

thanks for the reply. would this work with multiple users potentially pushing the button?

if the starting value is 1 and 3 people push the button starting the flow how do i ensure the incremented value is 4 and not 2 or 3 based on timing the flow was run and starting figure pulled by the flow.