Hi, i have a microflow that returns some data from OQL I'm triggering this microflow from another place (I have tried from other microflow that I'm triggering), and this works as expected, I'm getting new data in log I'm using this MF with DataView. My problem is that data in DataView is not refreshing. Only after reload whole page I see new value. What I'm doing wrong?
asked
Bob van der Panne
2 answers
0
This is a common fix i use for build issue. It might work for you. Check your custom indexes and enumeration. Commit your changes and then try.
1. Remove all custom indexes
2. Change enum values and try
answered
ishtiaq ahmad
0
IDK what happened here but this is my question edited :p