<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get .JSON file data as source data to Power Apps? ( .JSON file is in share point ) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1701039#M28179</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help on below scenarios please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sceanario 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I have my .JSON file in sharepoint&lt;/P&gt;&lt;P&gt;2. I created PowerApps which is currently working with manual entry of data&lt;/P&gt;&lt;P&gt;3. Now what I want is, I want my Power Apps will read/get data from .JSON file from sharepoint. ( Actually only one column I needed from . JSON file as source input to Powerapps, which will be keep on changing )&lt;/P&gt;&lt;P&gt;4. Everytime if the data get changes in .JSON file my powerapps input also should be refreshed and get changed automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible? Please give me a suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I embeded my Powerapps with Power BI. So if the data get update in powerapps my Power BI data will also updated for every refresh.&lt;/P&gt;&lt;P&gt;2. If I edit any table data in power apps will it be writeback to .JSON file in sharepoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me on this. or any idea how to handle this would be more helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 13:17:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-03T13:17:48Z</dc:date>
    <item>
      <title>How to get .JSON file data as source data to Power Apps? ( .JSON file is in share point )</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1701039#M28179</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help on below scenarios please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sceanario 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I have my .JSON file in sharepoint&lt;/P&gt;&lt;P&gt;2. I created PowerApps which is currently working with manual entry of data&lt;/P&gt;&lt;P&gt;3. Now what I want is, I want my Power Apps will read/get data from .JSON file from sharepoint. ( Actually only one column I needed from . JSON file as source input to Powerapps, which will be keep on changing )&lt;/P&gt;&lt;P&gt;4. Everytime if the data get changes in .JSON file my powerapps input also should be refreshed and get changed automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible? Please give me a suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I embeded my Powerapps with Power BI. So if the data get update in powerapps my Power BI data will also updated for every refresh.&lt;/P&gt;&lt;P&gt;2. If I edit any table data in power apps will it be writeback to .JSON file in sharepoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me on this. or any idea how to handle this would be more helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:17:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1701039#M28179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-03T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get .JSON file data as source data to Power Apps? ( .JSON file is in share point )</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1702132#M28189</link>
      <description>&lt;P&gt;As you have identified your problem is the writeback.&amp;nbsp; Having a JSON file as a data source is all nice, but writing into it is much harder. There is a JSON function in PowerApps that you can use&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-json" target="_blank"&gt;JSON function - Power Apps | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but it basically means that you need to ingest the entire JSON file when you start the app, store it (in a collection for example) and then write the entire JSON file back to the storage space when you make changes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will likely prevent concurrent use of your app.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 02:36:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1702132#M28189</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-03-04T02:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get .JSON file data as source data to Power Apps? ( .JSON file is in share point )</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1708173#M28244</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;According to your description, I think these should more relate to powerapps usage. I'd like to suggest you post to powerapps community to get further support.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1" target="_blank"&gt;Power Apps Community - Power Platform Community (microsoft.com)&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 07:02:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-JSON-file-data-as-source-data-to-Power-Apps-JSON-file/m-p/1708173#M28244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-08T07:02:55Z</dc:date>
    </item>
  </channel>
</rss>

