I have the dropDown on the left, and based on a value selected by the user, I would like to get the date from the "DT_CRONOGRAMA" component and insert into "DT_PLANEJAMENTO_INICIO" adding two more days to that date.
I've tried in several ways, but without success.
Solved! Go to Solution.
Hi @JasonCastro ,
You need to use the actual Date Picker name, but the DefaultDate of the DT_PLANEJAMENTO_INICIO Date Picker would be
DateAdd(
DT_CRONOGRAMADatePicker.SelectedDate,
2,
Days
)
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.
Visit my blog Practical Power Apps
Hi @JasonCastro ,
You need to use the actual Date Picker name, but the DefaultDate of the DT_PLANEJAMENTO_INICIO Date Picker would be
DateAdd(
DT_CRONOGRAMADatePicker.SelectedDate,
2,
Days
)
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.
Visit my blog Practical Power Apps
Hi @JasonCastro ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
It worked very well, thank you
User | Count |
---|---|
256 | |
108 | |
97 | |
51 | |
39 |