Hi Guys,
I try to add in my app a facebook connector.
Once it is done (I passed the auth), I can see in the datasource list a new FACEBOOK with my name. So far so good.
... but I can also see some other connectors created from _1 to _6. I also noticed that the _3 Item has another log (not the facebook one), sort of "World" logo.
... but here comes my question. On this list, I am supposed to select a connector, and then select the fields that I want to display. But I don't see any option to select one of the connectors, and a click has no effect.
I attached a screenshot.
Could you advise me ?
Thank a lot
Fred
You have added the same connection on one screen multiple times because of which the connection is listed multiple times. Try to insert a gallery choose layout and select any one of the existing Facebook connection as the source
Hi @FredEsn,
Could you please share a bit more about your scenario?
Do you want to choose one Facebook connector as a data source within your Data Table control?
Based on the needs that you mentioned, I suppose that you want to choose one Facebook connector as a data source within your Data Table control, is it true?
I think you have some misunderstanding in the type of data sources in PowerApps. There are two types of data source within PowerApps -- Tabular data source and Action data source.
More details about the types of data source in PowerApps, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/connections-list
Currently, within PowerApps, the Data Table control (like Edit form, Display form, etc) is required to provide tabular data source as its data source value. But the Facebook connector is a Action data source (like as Office 365).
If you want to list data from your Facebook connector within the Data Table control, you could consider call corresponding function the Facebook connector provided as below:
Set the Items property of the Data Table control to following:
Facebook.MyTimeline().data
Facebook.UserTimeline("UserId").data
...
More details about the available functions the Facebook connector provides, please check the following article:
https://docs.microsoft.com/en-us/connectors/facebook/
Best regards,
Kris
Kris,
Thanks for this feedback.
I think I get stuck in the middle of this process. I attached again a screenshot.
I successfully can see my facebook connector, but when I select it I see many connections (that I have not created)... but none of them are clickable.
This "non clickable" interface is really where I get stuck.
I did it the wrong way ?
Thanks a lot !
Regards.
Fred
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
245 | |
122 | |
84 | |
83 | |
67 |