Use our Google Custom Search for best site search results.
Search
-
I have a form with a section configured for mobile browsers. Is there a way I can trigger this section on form load based on the browser? I saw the Get-Environment parameter but I don't see it in qRules Designer in Formsviewer.
-
Ah that makes sense. Glad, I figured out the alternative. Thanks as always.
-
Hi Hilary,
I did manage to get it to work a different way. I ended up creating the URL in the workflow directly by using the string builder Address + adding the filename field + .xml. Pretty much what should be happening from within SP. I am curious if you can figure out my original plan.
-
Morning,
I am trying to pass the formsviewer url in an email from a SP workflow. Problem I am having is the whole textString of the url is not being written to SharePoint. What I have done is created a field called URLHold and on submit a rule runs setting this fields value with concatenated string of the URL to formsviewer, myfield with forms ...
-
Hi Hilary, please check your email.
-
Sorry, I am using qRules. I will attach a sample of the form to help you with that I am doing.
-
I like that method of only inserting the filtered rows. Can you help with how to do that?
-
Hello I have a repeating table that is a secondary data source. That retrieves all data on open and I filter it using two dates. Then I have a second repeating table that I am using the insert command and I am performing calculations and I am filtering the repeating table the same way between the two dates. The problem I am having is my sum is ...
-
Thanks Hilary, that's what I thought. I did end up filtering on the date range. I had to get creative though because the item has a Due Date but it's recurring, so what I ended up doing was creating SP Workflows to update the next due date based on if it was monthly - advance it 1 month, annually - advance it 1 year, 3 years - advance 3 ...
-
Hoping for some suggestions on how to accomplish this.
I have two date fields that I want to calculate the number of months between the two and then show data that falls between that time.