Hi,
I made a formula to create a teams meeting with this on the button "RESERVAR".
But i got an error, and i dont know how to fix this, please tell what it's de error on the formula to fix it.
Thanks,
Solved! Go to Solution.
Hi @Alonso_96 ,
According to your description, let me explain why you encountered this problem.
The point is that the ‘dateTime’ field requires a value of text data type. The ‘dateTime’ field in the picture is datetime data type.
You can try to modify this part of the code:
{dateTime: Text(DateTimeValue(DateValue1_1.SelectedDate & “ ” & HourValue1_1.SelectedText.Value & “:” & MinuteValue1_1.SelectedText.Value & ComboBox7.Selected.Value))}
// Just add a Text() function to your code
{dateTime:Text( DateAdd(DateTimeValue*********** )}
Best Regards,
Wearsky
Hi @Alonso_96 ,
According to your description, let me explain why you encountered this problem.
The point is that the ‘dateTime’ field requires a value of text data type. The ‘dateTime’ field in the picture is datetime data type.
You can try to modify this part of the code:
{dateTime: Text(DateTimeValue(DateValue1_1.SelectedDate & “ ” & HourValue1_1.SelectedText.Value & “:” & MinuteValue1_1.SelectedText.Value & ComboBox7.Selected.Value))}
// Just add a Text() function to your code
{dateTime:Text( DateAdd(DateTimeValue*********** )}
Best Regards,
Wearsky
User | Count |
---|---|
253 | |
250 | |
82 | |
45 | |
27 |
User | Count |
---|---|
349 | |
264 | |
127 | |
60 | |
58 |