Refresh issue

0
Hello,   I’m facing an issue with refreshing objects, I have two buttons one to create and one to delete, at the end of each MF i’m refreshing the main object but its not reflecting on the page (When deleting I should see the create button, and vice versa)   Any suggestions ?
asked
1 answers
1

Hi Tala, not sure if I got it right, but maybe you can try with visibility. For the create button put the visibility based on expression → $CurrentObject = empty and for the delete $CurrentObject != empty. If that doesn’t help, maybe try using the debugger to see what’s going on in your microflow. Good luck :)

answered