I get signed out of my 10+ tabs very frequently and have lost progress on Fusion scenarios many times, now I frequently save to reduce this even though this happened to me 10 minutes ago and I had to redo an event filter that was not saved. When I try and sign back in but also have another tab with ...
I don't know if this helps but this is the math (Code is in Fusion but can apply same logic in Excel I think) that would round your number. Adjust the number of decimal places by adding extra 0's to the 100. Round() rounds a number to the nearest integer.
Looks like you need to use a parse JSON module to parse the user information, then use the user ID from the parse JSON module as the ID for the person getting notified. If I understood your problem wrong you may need to provide more information but this looks like the problem to me.
What is the best way to create a text file from a bundle of events? I have a watch events module that can have up to 1000 events and I need to get those bundles that contain lots of fields to a text file.
What time do you usually put for the sleep module? I was putting 5 seconds on mine and it was still not working which is why I wanted to know if there was a better solution to this.
Where do I need to look to find the IP address associated with Fusion? I need to give this to my network administrator and I have no clue how or where to find it.
How can I account for system lag within Workfront when updating from Fusion? ~9/10 times my scenario works but ~1/10 times there is lag and Fusion updates before Workfront then Workfront updates the project again with the previous and wrong time. Has anyone had the same issues, if so how have you be...
Disregard my last post, I got your solution working with some tweaking. Thank you so much, you're such a big help! I wasn't very familiar with the get variable module, I had no idea that it would be able to store states between bundles!
I'm not so sure that I understand your implementation. What questions do you have? I basically need to find a combination of hours from an hours object that totals to a certain number. In the example I gave it was 1,2,3. Ex.{testValue} = 0Bundle 1{testValue} 1 >= 7Bundle 2{testValue} 1+2 >= 7Bundl...