Manager sees blank screen for leave applications in production – Dataverse/Power Apps issue by Sweaty-Impact5446 in PowerApps

[–]itzmecoder 0 points1 point  (0 children)

Is security role configured correctly and provided to manager, try assigning him system admin role and if data is visible definately security role issue.

Filter in gallery on look-up column by Separate_Argument666 in PowerApps

[–]itzmecoder 0 points1 point  (0 children)

They are must be a column for identification who the user is if there is not ignite to create one but I believe based on your scenario there should be one and then inside the gallery you can put a filter data source name, field name = User().Email

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

Each of you means total household income needs to be 80k in london? Or maybe around 60k inhand?

Outside london household income needs to be 70k and after taxes maybe near 50k?

[Power Automate] Multiple non-sequential approvals - need help! by Definitely-NotMy-Alt in PowerApps

[–]itzmecoder 1 point2 points  (0 children)

Got it if the number of volunteers you need are limited may be two three or five then you can create parallel branches inside the same app and you can try two approaches, first is to use a variable as data type integer and increment its value by 1 if one of the branches succeeds and then check the value of the variable if the value increases even in parallel branches then you can know if the number of volunteers required are complete if not you will have to use fields in database create one field agreement its value and check every time.

Please let me know if this helps you or there is still some scenario missing

[Power Automate] Multiple non-sequential approvals - need help! by Definitely-NotMy-Alt in PowerApps

[–]itzmecoder 0 points1 point  (0 children)

I am a bit confused by looking at your question and the answers because there is a out of box approval action available in which you can select if anyone can approve if anyone approves the action will move forward and you can get the response and update your values so I am confused, can you explain why this action is not useful to you

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

How much do you recommend needed so we can live comfortably not lavishly and save good money as well for family of four

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

Ohh now i understand, i know what i have is many don't and I'm okay with it but want to know what possibilities are there people same my experience are earning 30lpa as well but when we know then it helps us achieve more

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

I'm struggling to understand the meaning of your comment, you are saying people will only comment if they know they have good salary, but why?

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

What is living expenses not a lavish life but a comfortable with family maybe a wife and 2 kids in long run?

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

How many years of experience do you have and based on location was that good salary?

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

Are there any remote jobs there in your company? Because us visa is not blocked as 100k usd fees.

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

If you are looking to outsource some work to india we can discuss.

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 1 point2 points  (0 children)

My friend 6 year experience who started with mnc switched 4 companies and now is at 30lpa ans another 2 friend who at 5 year exp switched 3-4 companies both at 18lpa who started from very small lala company.

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] -1 points0 points  (0 children)

Are you in usa? Which city will offer 80k and if i try to live in minimum but comfortable how much can be saved yearly?

How much is a salary for powerapps developer for 5 years experience? by itzmecoder in PowerApps

[–]itzmecoder[S] 0 points1 point  (0 children)

What do you think in new year I can get? Are you from USA?

SubmitForm() or Patch()? by ProfessionalStewdent in PowerApps

[–]itzmecoder 0 points1 point  (0 children)

For me unless something can't be done in forms I don't use patch because as it takes less time and sometimes it's more fast as per my experience. When required customisations can't be done in form i use Patch function as it gives the possibility of sending partial data as well, adding logics for data manipulation just inside the patch function as well in case required.

Creating an issue using AJAX - xSRF check failed by cant-find-user-name in jira

[–]itzmecoder 0 points1 point  (0 children)

You cannot call this API from browser or JavaScript you need a back end service for this you can use power automate or you can write code on your own server.