Dataverse Dataflows as a sync mechanism

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 11

  • @munkybutler1
    @munkybutler1 2 года назад +7

    Hi Eickhel, thanks very much for this video. Instead of querying the dataverse table and creating new queries it is possible to select a key in the 'Map Tables' step. Dataflow will pick up on the key and for all the rows to be imported it will use the key to identify existing rows. The existing rows will be updated instead of duplicate rows being created.

    • @janickfrei4287
      @janickfrei4287 3 месяца назад

      Thank you for this tipp. I just implemented it. A note on this: For the mapping column, you need a value of the type "string formatted like a GUID" in your input. I first had to create one in the powerquery, which I achieved with a custom column using the formula: Guid.From(Text.Combine({[PID], "00000000000000000000000"})), PID is my "ID" field from the data source.

    • @DavidM_
      @DavidM_ 2 месяца назад

      So, when using keys, already existing rows are updated, right? I was concerned that when using keys, rows that already exist in Dataverse might be completely skipped, and I don’t want that because some rows may have fields that need to be updated. For example invoices - if amount of the invoice is changed (lets say Amount column is not used as part of the KEY) then dataflow will update that row instead of skipping it, right?

  • @ツ丨尺乂卩
    @ツ丨尺乂卩 9 дней назад

    Exactly what I was looking for thanks yoy save a lot of my time finding this solution.

  • @stevenhampson8657
    @stevenhampson8657 2 года назад +1

    Great content with a really practical example. Finally I can see MS is bring Power BI / Power Query into power apps. I am hoping the dataflow is shared across power bi as well so as to have a single instance.

  • @kyle.garrett
    @kyle.garrett 2 года назад

    Super useful. Thanks.

  • @rahulchitte763
    @rahulchitte763 5 месяцев назад

    Very nice and useful! How the complex SharePoint field's data will be synced to Dataverse table?

  • @mohitrathore-c4o
    @mohitrathore-c4o 8 дней назад

    what if the existing data in the source is updated then this dataflow will update in the destination as unique identifier already exists?

  • @rjobaanable
    @rjobaanable Год назад

    very nice tutorial. Will this also work when there is just an update in Sharepoint, so no new record but dataverse need to be updated?

  • @zerg1337
    @zerg1337 Год назад

    Could you show how to migrate relationships - e.g. Parent account of contact and primary contact for account, because Dataflow seems kind of lackluster in that regard?

  • @syedburhanofficial
    @syedburhanofficial Год назад

    Can we use it on lookup o choice columns ?