hi Expert,
after recent update on 365, there is an error in default portion.
previously it was working fine
Solved! Go to Solution.
Correct, but that is a different point.
What I mean by the main goal is from the field perspective. If the field is empty (i.e. a new form), then it gets assigned the next id.
Are you dealing with editing records (not creating new) that will have NO id in them?
What type of column are you working with?
In general though, your formula should be: Coalesce(ThisItem.yourColumnName, Last(Forecast).UniqueID+1)
This assumes that your column is a numeric column.
I hope this is helpful for you.
hi
Thank you for the reply. but what about the if condition.
regards
The if condition is most likely not needed. Isn't your ultimate goal to provide a value if there is no value (i.e. a New Form)? If so, then the only formula you need is: Coalesce(ThisItem.UniqueID, Last(Forecast).UniqueID+1)
no the ultimate goal is to increase the uniqueid column with +1 if its new request.
Correct, but that is a different point.
What I mean by the main goal is from the field perspective. If the field is empty (i.e. a new form), then it gets assigned the next id.
Are you dealing with editing records (not creating new) that will have NO id in them?
yeah i got it, i fixed it, adding parent.default
and in update adding value
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
179 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |