Forum Discussion
childishgambino
Jul 25, 2022Copper Contributor
how to get calculated columns to update in real time in power apps?
if i have column a as date, and column b as a calculated column that takes the date from column a and turns into the month, as text :
=TEXT(DATEFIELDNAME;"mmmm")
but in power apps, when the date is selected in column a, column b doesnt correctly update in the form to find the new date? it doesnt change.
also another column issue is in sharepoint i selected allow multiple options for a people/group column, but in power apps, only one person shows up, you cant select multiple people
childishgambino Calculated column value will be updated only after you save the list form from power apps. It will not be updated before saving the form (while entering data in list forms).
For person column issue, try setting SelectMultiple property of combo box associated with person column to true.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.