Skip to main content

Notifications

Power Apps - Microsoft Dataverse
Answered

Dataverse accelarator crash / Power Fx plugins

(1) ShareShare
ReportReport
Posted on by 31

Hello,

I recently went back to Dataverse Accelerator in order to code a simple automated plugin (when a record is created in one table, create a new record in another table).

 

Here is a simplified code juste for creating a record with the value 1 in the numeric column:

Collect(
 [@Tables],
 {
 NameOfTheColumn:1
 }
 )

 

When I try to save the plugin, I got two messages:

-one saying the plugin was successfully saved (it's not)

-one telling "An unexpected error occured while creating FxExpression" and some stuff about unexpected characters and formula containing error

 

I tried to simplified the code and update Dataverse Accelerator but it crashes all the time.

Few months ago, more complexe codes were running smoothly...

 

Any clues? Microsoft pages, Copilot and google forfeits to help

  • Verified answer
    emilep Profile Picture
    emilep 5 on at
    Dataverse accelarator crash / Power Fx plugins
    In Dataverse Accelerator App click on the wheel > "Personalization Settings", go to "Languages" tab and select English as language
  • EtienneV Profile Picture
    EtienneV 31 on at
    Re: Dataverse accelarator crash / Power Fx plugins

    Patch is for canva apps, not Power Fx plugins (or just to update existing records, not for creating new ones).

    The documentation suggests to use Patch and Collect:

    Patch(Faxes, Collect(Faxes, { Subject : "Sub1" } ), { Regarding : First(Accounts) } )
     
  • MichaelFP Profile Picture
    MichaelFP 1,571 on at
    Re: Dataverse accelarator crash / Power Fx plugins

    @EtienneV Try to use Patch to create or update records 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,636

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,942

Leaderboard

Featured topics