web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Theres a error that i ...
Power Apps
Answered

Theres a error that i cannot fix no matter how much i search

(0) ShareShare
ReportReport
Posted on by 33
Set(NomeUsuário; User().FullName)+
If(
    Not(IsBlank(LookUp(LUDU_teste; User_Appi = NomeUsuário)));
    SubmitForm(Form1) + Navigate(Screen_Categorias) + ResetForm(Form1);
   
)
This is the code and it isnt working
Note: LUDU_teste is a list in Sharepoint
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @Ibersul 

     

    you can not use different code parts combined with +. Normally you would use ; and ,

     

    can u try this please:

    Set(NomeUsuário, User().FullName);
    If(
     Not(IsBlank(LookUp(LUDU_teste, User_Appi = NomeUsuário))),
     Collect(myCollection, LookUp(LUDU_teste, User_Appi = NomeUsuário)),
     SubmitForm(Form1);
     Navigate(Screen_Categorias);
     ResetForm(Form1); 
    )
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • Ibersul Profile Picture
    33 on at

    Hello, thanks for the quick reply but it seems I'm still having problems, one starts between the "(" and "

    NomeUsuário" and the "," after perhaps it could be how i named the variable?
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    can u show a screenshot?

  • Ibersul Profile Picture
    33 on at

    Here it is.

    image.png
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    can you try this:

     

    Set(varNomeUsário, User().FullName) ​

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard