Is it possible to use _PowerAppsId_ as a unique identifier for excel rows, I want a unique identifier for my excel rows so that I can use this formula
Select(Parent);Set(itemid,ThisItem.powerapp)
Solved! Go to Solution.
Hi @nobosy .
I'm afraid you cannot use the _PowerAppsId_ as a field identifier, as it is not included in the record that PowerApps retrieves from the data source (Excel).
You should be creating an artificial id of your own like an incremental integer or some kind of code-id.
However, if you are planning to modify or manipulate that record withing a gallery (as I can deduct by your Select(Parent) formula), you can always use expressions as:
Hope this helps.
Hi @nobosy .
I'm afraid you cannot use the _PowerAppsId_ as a field identifier, as it is not included in the record that PowerApps retrieves from the data source (Excel).
You should be creating an artificial id of your own like an incremental integer or some kind of code-id.
However, if you are planning to modify or manipulate that record withing a gallery (as I can deduct by your Select(Parent) formula), you can always use expressions as:
Hope this helps.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
213 | |
198 | |
83 | |
59 | |
38 |