Hi there,
I use translations from an excel table within a gallery. The information to be translated comes from a SharePoint list. The first line of the Gallery is not loading all information after start of the app. Only after refreshing the data.
Not Loading: information comming from SharePoint-List with translations within the first line of the Gallery.
Loading: Information of the first line from SharePoint without translations, simple labels with translation.
In the Lookup-Function for the information from SharePoint I used the exact text as key instead of the Fieldname.
Does anybody have an idea what the problem could be?
Best regards
Caddy
Hi @Neewy ,
Can you please share your code (in text) and where is it initiated from.
Hi, this is the code in Text:
LookUp(StartScreen; Screen="Start" And Key=ThisItem.Lager_x0020_2 And Language=gbllanguageFromFunktion;Value)
Hi @Caddy123 ,
I assume you have now logged in with another account (the owner of the thread is @Neewy ).
You have a Delegation warning, which is interesting as the query seems to be Delegable.
LookUp(
StartScreen;
Screen="Start" And
Key=ThisItem.Lager_x0020_2 And
Language=gbllanguageFromFunktion;
Value
)
You could try
LookUp(
StartScreen;
Screen="Start" && Key=ThisItem.Lager_x0020_2 && Language=gbllanguageFromFunktion
).Value
however I need to confirm a couple of things
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.
Hi,
LookUp( StartScreen; Screen="Start" && Key=ThisItem.Lager_x0020_2 && Language=gbllanguageFromFunktion ).Value
Does not solve the problem.
gbllanguageFromFunktion is a variable that contains the language code.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
187 | |
75 | |
45 | |
37 |
User | Count |
---|---|
338 | |
260 | |
116 | |
71 | |
66 |