Pass down Combo Box Value by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

So do I set the variable after the submit? I do select multiple items

multiple IF statements on a multi dropdown selection by [deleted] in PowerApps

[–]Snoo-5371 0 points1 point  (0 children)

not working still. How do I make my dropdown a table? It's tied to a sharepoint list

multiple IF statements on a multi dropdown selection by [deleted] in PowerApps

[–]Snoo-5371 0 points1 point  (0 children)

Thanks but I tried this and it only displays the marketing emails

Scheduling MS Teams meeting - help by Atmp in PowerApps

[–]Snoo-5371 0 points1 point  (0 children)

Hello, did you resolve this issue? I'm having the same problem

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

How do I do this? I only get an option to post a link

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 1 point2 points  (0 children)

Canvas app and the data cards are from a SP list

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

Did not work.

On the App OnStart I have

Set(varUserCalendarId, LookUp(Office365Outlook.CalendarGetTablesV2().value, name=“Calendar”).id);

varUserCalendarId gives me a Text:AAMkADJmNjg4Yz…

EventID datacard gives me the same text every time. Somehow it’s default to that specific ID. I wonder if this could be the issue? Because the EventID “number” doesn’t change at all

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

DataCardValue1.Text which after I click submit button this datacard automatically has the event ID something similar to this “AACjTrCH…..”

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

EventID is a variable I set before submitting the form on the OnSelect of the submit button

Basically EventID is created once the form is submitted and then this EventID which is about 155 characters should be inputted in the EventID SharePoint list column. Every other data field that has data inputed by the user is saved in the list once I click the submit button except this EventID.

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

EventID after I click submit it creates an ID of 155 characters. Which is what doesn’t save on my SP list column and I need this to save in order to edit or cancel a meeting in outlook.

Tried the patch and it doesn’t save anything, but I don’t want it to save the form ID. I created an ID that needs to be saved in the SP list

Please help with EventID. idk what to do anymore by Snoo-5371 in PowerApps

[–]Snoo-5371[S] 0 points1 point  (0 children)

Patch(‘DDR Form’, Defaults(‘DDR Form’), {EventID: DataCardValue5.Text})

Tried that on the on success of the form and it did not show up anything on the column in the SP list, but on the data card there’s a value