Hi all,
I have the below requirement
I am updating both the table and Trip ID is a Common link between both the table, One trip Id can have multiple items to deliver so to update table 2 I have added gallery control and by using Patch('DataSource', ThisItem,{Records}) this formula I am updating the multiple items when an app is online. Now I have to perform the same thing when an app is offline. please Help, How to get the Item Id dynamically?
Solved! Go to Solution.
Hi @Swapnil1 ,
If you are wanting the record ID on a new SharePoint record without being online, you cannot do this offline. SharePoint will automatically create these incrementally based on existing records when the item is created. If you are wanting to know it before creating "child" records to link to it, you need create a Variable on the result of the online Parent Patch (one record at a time) and then use this in the creation of the relevant child records.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @Swapnil1 ,
If you are wanting the record ID on a new SharePoint record without being online, you cannot do this offline. SharePoint will automatically create these incrementally based on existing records when the item is created. If you are wanting to know it before creating "child" records to link to it, you need create a Variable on the result of the online Parent Patch (one record at a time) and then use this in the creation of the relevant child records.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps