Flow Trigger in UI Builder

Ubada Barmawar
Giga Guru

Hi Everyone,

 

I just started learning UI builder and simultaneously trying to implement it in PDI, I have added a custom portal experience for a custom application, on which I have added a list view of a particular table. this list consists of records which are updated through a flow (triggered on scheduled which in not intended). this is the reason I want to add some Button/UI action/any event handler that triggers the flow and refreshes the list.

 

any suggestions or guidance is highly appreciated, *Iam not well familiar with UI builder, just a beginner.

 

Regards, 

Ubada Barmawar.

1 REPLY 1

Mark Manders
Mega Patron

What exactly did you do? Portals are not meant to be configured through UI builder. Or do you mean that you created a workspace? 

And what is the flow doing to the tickets? If it's updating the tickets, maybe you can just add the code into the ui action and get rid of the flow? The UI action works immediately, the flow runs after, so it could be that your list updates without the flow being finished.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark